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 7c1f8d0 commit e10f199Copy full SHA for e10f199
.github/workflows/build-dev.yaml
@@ -67,7 +67,7 @@ jobs:
67
cache-to: type=gha,mode=max
68
69
- name: Run Trivy vulnerability scanner
70
- uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
+ uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
71
with:
72
image-ref: 'ghcr.io/${{ github.repository }}:dev'
73
format: 'sarif'
.github/workflows/image-vulnerability-scanning.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
image-ref: 'ghcr.io/${{ github.repository }}:${{ github.sha }}'
60
0 commit comments