Skip to content

Commit

Permalink
Add semgrep
Browse files Browse the repository at this point in the history
This adds semgrep to the project and fixes the initial problems found.
  • Loading branch information
hlascelles committed Sep 21, 2023
1 parent 9e265f8 commit df33882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep scan --config auto
- run: semgrep scan --config auto --error

0 comments on commit df33882

Please sign in to comment.