Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
belokobylskii.i committed Oct 18, 2024
1 parent 1717b9e commit 86d301d
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 @@ -34,7 +34,7 @@ jobs:
p/sql-injection
p/xss
container:
image: semgrep/semgrep:1.80
image: semgrep/semgrep
permissions:
contents: read
security-events: write
Expand All @@ -43,7 +43,7 @@ jobs:
- run: semgrep scan --error --severity=WARNING
- uses: actions/checkout@v4
- run: semgrep scan --sarif --output=semgrep.sarif --error --severity=WARNING
- uses: github/codeql-action/upload-sarif@v3
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: semgrep.sarif
if: always()
Expand Down

0 comments on commit 86d301d

Please sign in to comment.