Skip to content

Commit

Permalink
chore: add id, disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky42 committed Jan 13, 2022
1 parent 57d0ac0 commit ea778e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cve-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,18 @@ jobs:
image_tag=${{ steps.vars.outputs.sha_short }} make docker
- name: Anchore Scanner
uses: anchore/scan-action@v3
id: grype-scan
with:
image: oryd/kratos:${{ steps.vars.outputs.sha_short }}
fail-build: false
severity-cutoff: high
debug: true
debug: false
acs-report-enable: true
- name: Anchore upload scan SARIF report
if: always()
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
sarif_file: ${{ steps.grype-scan.outputs.sarif }}
- name: Trivy Scanner
uses: aquasecurity/trivy-action@master
if: ${{ always() }}
Expand Down

0 comments on commit ea778e8

Please sign in to comment.