coguardio/CoGuard Scan Action
Discovers known configuration files in Docker images or repositories, and scans them using CoGuard.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerImageName | The Docker image name which the CoGuard CLI should scan | no | "" |
| dockerContainerName | The Docker container name which the CoGuard CLI should scan | no | "" |
| repositoryScan | Whether or not to scan the given repository. Automatically is chosen when `dockerImageName` is not specified. | no | true |
| getLatestReport | If you wish to extract the .zip file and its contents for the latest scan, use this option and set it to the cluster name you are interested in. The output file will be written into the location specified in `workingDirectory` using the filename `cluster_download.zip`. | no | "" |
| failLevel | The minimum level of severity of failed checks to fail this build. | no | 1 |
| workingDirectory | The working directory where the acton should take place | no | . |
| outputFormat | The output format of the coguard scan (`formatted`, `json`, `sarif`, `markdown`). You can also combine each of them via a comma, leading to multiple outputs. | no | formatted |
| username | The username as registred on coguard.io. If you are not registered, please go to https://portal.coguard.io, and click on "Log In" to register. | yes | — |
| password | The CoGuard password for the user identified by username. | — | — |
Outputs
no outputs