fluidattacks/Fluid Attacks SS
Find leaked secrets with Fluid Attacks scanner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan_config_path | Path to the YAML configuration file, relative to the repository root. When not provided, the action runs with built-in defaults. The job fails if the file does not exist at the given path. | no | "" |
| scanner_mode | Override the scan mode. Use "diff" to always run a differential scan (changed files only) or "full" to always scan the entire repository. If omitted, the mode is determined automatically: full scan on pushes to the default branch, differential scan on pushes to other branches and on pull requests. | no | "" |
Outputs
| name | description |
|---|---|
| sarif_file | Path to SARIF results file (if SARIF format selected) |
| vulnerabilities_found | Whether vulnerabilities were found (true/false) |