Skip to content

Commit

Permalink
fix(trivy): adjust image ref due to project name automated_checkout -…
Browse files Browse the repository at this point in the history
…> automated_vending change
  • Loading branch information
seanohair22 committed Sep 19, 2023
1 parent b3dab94 commit e6e4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivyimagescan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
with:
image-ref: 'automated-checkout/ms-inventory:dev'
image-ref: 'automated-vending/ms-inventory:dev'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results-ms-inventory.sarif'
Expand Down

0 comments on commit e6e4a5a

Please sign in to comment.