tenable/Tenable's Container security action
Allows users to run a container scan off the shelf
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_name | Name of the repository which includes the image name | — | — |
| tag_name | Name of the tag associated with the image | — | — |
| wait_for_results | If the action should wait for scan results | — | false |
| check_thresholds | If the user wants to block builds based on the threshold checks | — | false |
| risk_threshold | The risk threshold defined by the user | — | 0 |
| findings_threshold | The findings threshold defined by the user | — | 0 |
| malware_threshold | The malware threshold defined by the user | — | 0 |
Outputs
| name | description |
|---|---|
| risk_score | Risk score for the container |
| number_of_findings | Numnber of vulnerability findings |
| number_of_malware_findings | Number of malware findings |
| cve_info | Information regarding the risk score associated with the cve |