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 36d1e3e commit c4985c3Copy full SHA for c4985c3
.github/workflows/docker-build.yml
@@ -33,14 +33,14 @@ jobs:
33
34
# Step 5: Install Trivy for Vulnerability Scanning
35
- name: Install Trivy
36
- uses: aquasecurity/trivy-action@v0.11.0
+ uses: aquasecurity/trivy-action
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
+ uses: actions/upload-artifact
44
45
name: vuln-report
46
path: vuln-report.json
0 commit comments