We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe472c commit 54aec98Copy full SHA for 54aec98
.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.21.0
+ uses: aquasecurity/trivy-action@0.22.0
35
with:
36
image-ref: 'ams21/tor-relay:latest'
37
format: 'template'
0 commit comments