Skip to content

Commit

Permalink
revert semgrep to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
belokobylskii.i committed Oct 18, 2024
1 parent c3363e7 commit fc3c732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
semgrep:
runs-on: ubuntu-24.04
container:
image: semgrep/semgrep:1.86
image: semgrep/semgrep
permissions:
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- run: semgrep scan --sarif --output=semgrep.sarif --verbose --error --severity=WARNING
- run: semgrep scan --error --severity=WARNING
env:
SEMGREP_RULES: >-
p/command-injection
Expand Down

0 comments on commit fc3c732

Please sign in to comment.