Skip to content

Commit fb1d142

Browse files
committed
fix nightlies
1 parent b055f69 commit fb1d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Scan the latest CI/CD image
2929
run: |
30-
IMAGE_ID="gcr.io/kaniko-project/executor:${{ steps.get-commit.outputs.sha }}"
30+
IMAGE_ID="martizih/kaniko:${{ steps.get-commit.outputs.sha }}"
3131
echo "Scanning image $IMAGE_ID"
3232
grype $IMAGE_ID > grype-output.txt
3333

0 commit comments

Comments
 (0)