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 a43202d commit 9a38153
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
- name: Checkout Security for semgrep script
uses: actions/checkout@v4
with:
repository: zeta-chain/security
token: ${{ secrets.GITHUB_TOKEN }}
repository: zeta-chain/semgrep-utilities

- run: python semgrep/semgrep-json-to-sarif.py --help
- run: python semgrep-json-to-sarif.py --help
- run: ls -l /usr/local/bin
- run: semgrep-json-to-sarif.py

#- run: curl -o semgrep-json-to-sarif.py https://raw.githubusercontent.com/r2c-CSE/semgrep-utilities/refs/heads/main/utilities/github-sarif-helper/src/semgrep-json-to-sarif.py
#- run: python semgrep-json-to-sarif.py --json semgrep-findings.json --sarif semgrep-github.sarif
Expand Down

0 comments on commit 9a38153

Please sign in to comment.