Use this action to perform static application security testing (SAST) on a repository with the Grype scanner.
| Input name | Data type | Required? | Description |
|---|---|---|---|
|
String |
Yes |
Specify the path of the binary that should be scanned. |
In your YAML file, add:
- name: Scan with Grype
uses: https://github.com/cloudbees-io/grype-plugin@v1
with:
binary-tar-path: tar file path that needs to be scannedThis code is made available under the MIT license.
-
Learn more about using actions in CloudBees workflows.
-
Learn about the CloudBees platform.