Skip to content

Commit

Permalink
Merge pull request #211 from DiSSCo/feature/opends-0.4.0
Browse files Browse the repository at this point in the history
Fix image name
  • Loading branch information
samleeflang authored Oct 28, 2024
2 parents d70771d + e0b61c3 commit 5452d62
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 5452d62

Please sign in to comment.