fluidattacks/Fluid Attacks CI Gate
Check for open vulnerabilities in your repository using the Fluid Attacks CI Gate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | CI Gate token for authentication with the Fluid Attacks platform | yes | — |
| repo_name | Git repository nickname in the Fluid Attacks platform. Defaults to the GitHub repository name when not set. | no | "" |
| strict | Enable strict mode. Breaks the build if open or untreated vulnerabilities are found. | no | false |
| report_output_path | Path relative to the workspace root where the JSON report will be saved. If not set, no report is written. | no | "" |
Outputs
| name | description |
|---|---|
| vulnerabilities_found | Whether policy-breaking vulnerabilities were found (true/false) |
| report_output_path | Path to the JSON report file. Only set when the report_output_path input is configured. |