Skip to content

Commit

Permalink
Update semgrep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkan2 authored Sep 26, 2024
1 parent e20a759 commit b77bb14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci --output /src/semgrep-findings.json --json
- run: python /src/semgrep-json-to-sarif.py --json /src/semgrep-findings.json --sarif /src/semgrep-sarif.sarif
#- run: semgrep ci --output /src/semgrep-findings.json --json
#- run: python /src/semgrep-json-to-sarif.py --json /src/semgrep-findings.json --sarif /src/semgrep-sarif.sarif
- run: ls -al /src
- run: ls -l
#- run: semgrep ci --sarif > semgrep.sarif

#- name: Upload SARIF file for GitHub Advanced Security Dashboard
Expand Down

0 comments on commit b77bb14

Please sign in to comment.