Skip to content

Commit 86f19f6

Browse files
committedSep 24, 2024··
ci: update GitHub workflows
Signed-off-by: Prashant Shahi <[email protected]>
1 parent 0ffb17a commit 86f19f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/build-and-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
- name: Run Trivy Vulnerability Scanner for Root Image
4444
uses: aquasecurity/trivy-action@master
4545
with:
46-
image-ref: 'ghcr.io/groundnuty/k8s-wait-for:latest'
46+
image-ref: 'ghcr.io/prashant-shahi/k8s-wait-for:latest'
4747
exit-code: 1
4848
format: 'sarif'
4949
output: 'trivy-results-root.sarif'
5050
skip-files: /usr/local/bin/kubectl
5151
- name: Run Trivy Vulnerability Scanner for Non-Root Image
5252
uses: aquasecurity/trivy-action@master
5353
with:
54-
image-ref: 'ghcr.io/groundnuty/k8s-wait-for:no-root-latest'
54+
image-ref: 'ghcr.io/prashant-shahi/k8s-wait-for:no-root-latest'
5555
exit-code: 1
5656
format: 'sarif'
5757
output: 'trivy-results-non-root.sarif'

‎.github/workflows/trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
1818
with:
1919
# just scan the latest released image
20-
image-ref: 'ghcr.io/groundnuty/k8s-wait-for:latest'
20+
image-ref: 'ghcr.io/prashant-shahi/k8s-wait-for:latest'
2121
format: 'sarif'
2222
output: 'trivy-results.sarif'
2323
severity: 'CRITICAL,HIGH'

0 commit comments

Comments
 (0)
Please sign in to comment.