tenable/Action for Tenable WAS
Allows users to trigger a WAS scan via a Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| folder_name | Name of the folder in which the scan resides | — | My Scans |
| scan_name | Scan name used while configuring the WAS scan on Tenable Lumin | — | — |
| check_thresholds | If the user wants to block builds based on the threshold checks | — | false |
| wait_for_results | If the action should wait for the scan results | — | false |
| low_vulns_threshold | Low vulnerability threshold defined by the user | — | 0 |
| medium_vulns_threshold | Medium vulnerability threshold defined by the user | — | 0 |
| high_vulns_threshold | High vulnerability threshold defined by the user | — | 0 |
| critical_vulns_threshold | Critical vulnerability threshold defined by the user | — | 0 |
Outputs
| name | description |
|---|---|
| number_of_low_severity_findings | Number of low severity findings |
| number_of_medium_severity_findings | Number of medium severity findings |
| number_of_high_severity_findings | Number of high severity findings |
| number_of_critical_severity_findings | Number of critical severity findings |