You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`trivy.yaml` is a GitHub Actions workflow that utilizes Trivy,
4
+
an open-source vulnerability scanner for Docker containers and images.
5
+
The action is triggered when a workflow is called with an image-ref input.
6
+
It performs the following:
7
+
8
+
* A scan of the specified Docker image with Trivy using the [trivy action](https://github.com/aquasecurity/trivy-action).
9
+
* Upload the Trivy scan results in SARIF format to GitHub Security tab
10
+
using the [upload-sarif](https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github) action.
11
+
12
+
This configuration file enables easy integration of vulnerability scanning
13
+
for Docker images into a GitHub CI/CD pipeline. Results can be viewed in the
14
+
GitHub Security tab for further analysis and vulnerability remediation.
0 commit comments