Skip to content

Commit

Permalink
Include semgrepignore file to include test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Sep 26, 2024
1 parent 616e392 commit b7a2540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v4
- run: semgrep ci
- run: semgrep ci --verbose
1 change: 1 addition & 0 deletions .semgrepignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/

0 comments on commit b7a2540

Please sign in to comment.