You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component implements a [scanner](https://github.com/smithy-security/smithy/blob/main/sdk/component/component.go)
4
-
that parses json reports output by [credo](https://github.com/rrrene/credo/) into [ocsf](https://github.com/ocsf) format.
3
+
## Overview
4
+
Sobelow is a static analysis tool for discovering security vulnerabilities in Elixir web applications. It helps developers identify potential security issues in their code. This component integrates Sobelow and parses its findings into the OCSF format.
5
5
6
-
## Environment variables
6
+
## Version
7
+
This component uses Sobelow v0.14.0
7
8
8
-
The component uses environment variables for configuration.
9
+
## How to Run
9
10
10
-
It requires the component
11
-
environment variables defined [here](https://github.com/smithy-security/smithy/blob/main/sdk/README.md#component) as well
0 commit comments