rostradamus/klaws compliance scan
Scan a codebase for possible Korean compliance risks and emit SARIF for GitHub code scanning.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to scan. | no | . |
| pattern | File glob pattern to scan. | no | *.java |
| output | Path to write the SARIF report to. | no | klaws.sarif |
| fail-on | Fail the step if any finding is at or above this severity (none, MEDIUM, HIGH). | no | none |
| version | klaws release tag to run (e.g. v0.1.5), or 'latest' for the newest release. | no | latest |
Outputs
| name | description |
|---|---|
| sarif | Path to the generated SARIF file. |