cloudbees-io/TruffleHog Secret Container Scan Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image-location | The repository location of the image to be scanned. | yes | — |
| image-tag | The tag of the image to be scanned. | yes | — |
| only-verified | Enable verified flag to scan only verified secrets. | no | true |
| threshold-very-high | The threshold for very high severity. Build will be breaked if vulnerabilities with very high severity exceeds this threshold. | no | 999 |
| threshold-high | The threshold for high severity. Build will be breaked if vulnerabilities with high severity exceeds this threshold. | no | 999 |
| threshold-medium | The threshold for medium severity. Build will be breaked if vulnerabilities with medium severity exceeds this threshold. | no | 999 |
| threshold-low | The threshold for low severity. Build will be breaked if vulnerabilities with low severity exceeds this threshold. | no | 999 |
Outputs
| name | description |
|---|---|
| critical-count | A string containing the number of Critical security findings discovered during the scan. |
| very-high-count | A string containing the number of Very High security findings discovered during the scan. |
| high-count | A string containing the number of High security findings discovered during the scan. |
| medium-count | A string containing the number of Medium security findings discovered during the scan. |
| low-count | A string containing the number of Low security findings discovered during the scan. |
| scan-status | A string containing the status of the scan. |