forked from krakend/krakend-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add security scanning to container images
This adds a step in the GitHub Actions CI to automatically build the krakend-ce and builder images and run a security scan on them. Similarly to the repository scans introduced in a previous PR [1], this uses Trivy [2] to run the scans, which allows us to add exceptions if vulnerabilities are not relevant to these images. [1] krakend#650 [2] https://aquasecurity.github.io/trivy/v0.35/ Signed-off-by: Juan Antonio Osorio <[email protected]>
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters