Skip to content

Commit

Permalink
Adding semgrepignore to also analyse test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Oct 7, 2024
1 parent 51a9a33 commit e30fb38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
on:
pull_request: {}
workflow_dispatch: {}
push:
push:
branches:
- main
- master
schedule:
- cron: '0 0 * * *'
name: Semgrep config
name: Semgrep
jobs:
semgrep:
name: semgrep/ci
Expand All @@ -21,4 +20,4 @@ jobs:
image: semgrep/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 e30fb38

Please sign in to comment.