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