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 9b9afc9 + 856e31d commit dbbd7e2Copy full SHA for dbbd7e2
.github/workflows/vulnerabilities.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout pycsw
25
uses: actions/checkout@master
26
- name: Scan vulnerabilities with trivy
27
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/trivy-action@v0.35.0
28
with:
29
scan-type: fs
30
exit-code: 1
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
docker buildx build -t ${{ github.repository }}:${{ github.sha }} --platform linux/amd64 --no-cache -f Dockerfile .
39
- name: Scan locally built Docker image for vulnerabilities with trivy
40
41
42
scan-type: image
43
0 commit comments