Skip to content

Commit 4c5234a

Browse files
committed
debugging workflow
1 parent 51a32cf commit 4c5234a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_util.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
scan-type: "fs"
2424
scanners: "vuln,secret,config"
2525
severity: "CRITICAL,HIGH"
26+
ignore-policy: true # don't evaluate external cloud policies
2627

2728
- name: Upload Trivy scan results to GitHub Security tab
2829
uses: github/codeql-action/upload-sarif@v2
@@ -74,5 +75,5 @@ jobs:
7475
run: |
7576
docker images
7677
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
77-
grype ghcr.io/${{ github.actor }}/util:release --platform linux/amd64
78-
grype ghcr.io/${{ github.actor }}/util:release --platform linux/arm64
78+
grype ghcr.io/${{ github.actor }}/util:test-latest --platform linux/amd64
79+
grype ghcr.io/${{ github.actor }}/util:test-latest --platform linux/arm64

0 commit comments

Comments
 (0)