Skip to content

Commit

Permalink
Update semgrep.yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdawm committed May 8, 2024
1 parent d7122ac commit 0639b3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# The Semgrep scan is set to run diffs only on PRs, but full scans
# weekly on Monday. A series of gitops bots have to be ignored.

name: Semgrep
on:
workflow_dispatch: {}
pull_request:
types: [opened, reopened, synchronize]
merge_group:
schedule:
- cron: '0 0 * * 1'
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
jobs:
semgrep:
name: semgrep/ci
Expand Down

0 comments on commit 0639b3b

Please sign in to comment.