We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f86b3b commit 8eca3d1Copy full SHA for 8eca3d1
.github/workflows/trivy.yml
@@ -31,7 +31,7 @@ jobs:
31
docker build -t "ams21/tor-relay:latest" .
32
33
- name: Run Trivy vulnerability scanner
34
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@0.29.0
35
with:
36
image-ref: 'ams21/tor-relay:latest'
37
format: 'template'
0 commit comments