Skip to content

Commit 6a2beae

Browse files
Update trivy-analysis.yml
1 parent b4f6c7e commit 6a2beae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run Trivy vulnerability scanner
1919
uses: aquasecurity/trivy-action@master
2020
with:
21-
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
21+
image-ref: 'ghcr.io/nanveensrinivasan/k8s-namespace-operator:${{ github.sha }}'
2222
format: 'template'
2323
template: '@/contrib/sarif.tpl'
2424
output: 'trivy-results.sarif'

0 commit comments

Comments
 (0)