We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ac1ac commit 36d1e3eCopy full SHA for 36d1e3e
.github/workflows/docker-build.yml
@@ -31,5 +31,16 @@ jobs:
31
push: true
32
tags: ghcr.io/nginx/nginx-utils:latest
33
34
+ # Step 5: Install Trivy for Vulnerability Scanning
35
+ - name: Install Trivy
36
+ uses: aquasecurity/[email protected]
37
+ with:
38
+ image-ref: ghcr.io/${{ github.repository_owner }}/nginx-utils:latest
39
+ format: json
40
+ output: vuln-report.json
41
-
42
+ - name: Upload Vulnerability Report
43
+ uses: actions/upload-artifact@v3
44
45
+ name: vuln-report
46
+ path: vuln-report.json
0 commit comments