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 810668b commit 224eb36Copy full SHA for 224eb36
.github/workflows/scans.yml
@@ -53,7 +53,7 @@ jobs:
53
echo "✅ [CT222] Hadolint Dockerfile check passed"
54
55
- name: Run Trivy vulnerability scanner on repo
56
- uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # master
+ uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # master
57
with:
58
scan-type: config
59
scan-ref: .
@@ -90,7 +90,7 @@ jobs:
90
cache-from: type=gha
91
92
- name: Run Trivy vulnerability scanner
93
94
95
image-ref: tsffs:latest
96
output: main_container_trivy_report.txt
0 commit comments