Skip to content

Commit

Permalink
Set semgrep verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Oct 1, 2024
1 parent a1533ad commit 99e9007
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
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

0 comments on commit 99e9007

Please sign in to comment.