actions-marketplace-validations/Sauce Security Action
A GitHub action to run security scans on your applications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| username | Sauce Labs user name. | yes | — |
| accessKey | Sauce Labs API Key. | yes | — |
| target | Url to the application under test. | yes | — |
| openapi | An url to an OpenAPI specification to help scan the full API. | no | — |
| graphql | An url to a graphql schema to help scan the full API. | no | — |
| allowedSevereVulnerabilties | Amount of severe vulnerabilities that are allowed to be discovered - if set to `-1` these will be ignored. (Default: 0) | no | 0 |
| allowedMediumVulnerabilties | Amount of medium vulnerabilities that are allowed to be discovered - if set to `-1` these will be ignored. (Default: 0) | no | 0 |
| allowedLowVulnerabilties | Amount of low vulnerabilities that are allowed to be discovered - if set to `-1` these will be ignored. (Default: 0) | no | 0 |
| allowedInformationalVulnerabilties | Amount of informational vulnerabilities that are allowed to be discovered - if set to `-1` these will be ignored. (Default: 0) | no | -1 |
| downloadReports | If set to true, this action will download Zap reports for you to attach to the job via actions/upload-artifact | no | — |
| downloadJobAssets | If set to true, this action will download all Sauce Labs job assets for you to attach to the job via actions/upload-artifact | no | — |
Outputs
no outputs