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 b055f69 commit fb1d142Copy full SHA for fb1d142
.github/workflows/nightly-vulnerability-scan.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Scan the latest CI/CD image
29
run: |
30
- IMAGE_ID="gcr.io/kaniko-project/executor:${{ steps.get-commit.outputs.sha }}"
+ IMAGE_ID="martizih/kaniko:${{ steps.get-commit.outputs.sha }}"
31
echo "Scanning image $IMAGE_ID"
32
grype $IMAGE_ID > grype-output.txt
33
0 commit comments