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.
1 parent 591a9ef commit a478147Copy full SHA for a478147
1 file changed
.github/workflows/vulnerabilities.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout pygeoapi
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
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
docker buildx build -t ${{ github.repository }}:${{ github.sha }} --platform linux/amd64 --no-cache -f Dockerfile .
38
- name: Scan locally built Docker image for vulnerabilities with trivy
39
40
env:
41
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
42
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
0 commit comments