mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
Add reference to Grype-based GitHub Action (#710)
Signed-off-by: Dan Luhring <dan+github@luhrings.com>
This commit is contained in:
parent
36f5150fa9
commit
7fc4ca7646
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ brew install grype
|
|||
|
||||
**Note**: Currently, Grype is built only for macOS and Linux.
|
||||
|
||||
### GitHub Actions
|
||||
|
||||
If you're using GitHub Actions, you can simply use our [Grype-based action](https://github.com/marketplace/actions/anchore-container-scan) to run vulnerability scans on your code or container images during your CI workflows.
|
||||
|
||||
## Getting started
|
||||
|
||||
[Install the binary](#installation), and make sure that `grype` is available in your path. To scan for vulnerabilities in an image:
|
||||
|
|
Loading…
Reference in a new issue