Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Oct 28, 2024
1 parent 1b4b5c3 commit e0b61c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Trivy - List all vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: '${{ github.event.repository.name }}'
image-ref: ${{ env.REPO_LC }}
format: 'table'
ignore-unfixed: true
vuln-type: 'os,library'
Expand All @@ -42,7 +42,7 @@ jobs:
uses: aquasecurity/trivy-action@master
if: github.event_name == 'pull_request'
with:
image-ref: '${{ github.event.repository.name }}'
image-ref: ${{ env.REPO_LC }}
format: 'table'
ignore-unfixed: true
trivyignores: .github/workflows/.trivyignore
Expand Down

0 comments on commit e0b61c3

Please sign in to comment.