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 33d500e commit 2c004b7Copy full SHA for 2c004b7
.github/workflows/build-dev.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: make build
26
27
- name: Run Trivy vulnerability scanner
28
- uses: aquasecurity/trivy-action@0.21.0
+ uses: aquasecurity/trivy-action@0.29.0
29
with:
30
scan-type: "fs"
31
ignore-unfixed: true
.github/workflows/trivy-scan.yaml
@@ -43,7 +43,7 @@ jobs:
43
ko build -B -t ${{ github.sha }} --platform=$PLATFORMS ./cmd/${{ env.REPOSITORY_NAME }}
44
45
46
47
48
image-ref: "ko.local/${{ env.REPOSITORY_NAME }}:${{ github.sha }}"
49
format: "sarif"
0 commit comments