Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryosuke Tomita committed Dec 16, 2023
1 parent d7d59ec commit ed555c7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/react-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ jobs:
#hide-progress: true
format: 'sarif'
output: 'sca-report.sarif'
#severity: 'CRITICAL,HIGH'
- name: upload result
severity: 'CRITICAL,HIGH'
- name: save report as pipeline artifact
uses: actions/upload-artifact@v3
with:
name: sca-report.sarif
path: sca-report.sarif
- name: publish trivy alerts
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'sca-report.sarif'
category: trivy

0 comments on commit ed555c7

Please sign in to comment.