Skip to content

Commit

Permalink
github vars
Browse files Browse the repository at this point in the history
  • Loading branch information
southeo committed Dec 12, 2023
1 parent 92d7aa9 commit 8d0b037
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 @@ -34,14 +34,14 @@ jobs:
- name: Trivy - List all vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: '"$REPO_LC"'
image-ref: $REPO_LC
format: 'table'
ignore-unfixed: true
vuln-type: 'os,library'
- name: Trivy - Stop on Severe Vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: '"$REPO_LC"'
image-ref: $REPO_LC
format: 'table'
ignore-unfixed: true
trivyignores: .github/workflows/.trivyignore
Expand Down

0 comments on commit 8d0b037

Please sign in to comment.