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.
2 parents 147c3f1 + db5268a commit 2219595Copy full SHA for 2219595
1 file changed
.github/workflows/trivy.yaml
@@ -30,7 +30,7 @@ jobs:
30
docker build -t test/livenessprobe:latest -f Dockerfile --output=type=docker --label revision=latest .
31
32
- name: Run Trivy vulnerability scanner
33
- uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
+ uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
34
with:
35
image-ref: 'test/livenessprobe:latest'
36
format: 'table'
0 commit comments