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 60966e5 commit 2944e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
container:
image: semgrep/semgrep
volumes:
- /src:/$(HOME)/semgrep-tools
- /src:$(HOME)/semgrep-tools

if: (github.actor != 'dependabot[bot]')
steps:
#- uses: actions/checkout@v4
#- run: semgrep ci --output semgrep-findings.json --json
- run: ls -l /semgrep-tools
- run: ls -l $(HOME)/semgrep-tools

# - name: Checkout Security for semgrep script
# uses: actions/checkout@v4
Expand Down

0 comments on commit 2944e90

Please sign in to comment.