We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8b0a98 + 3d0ff4b commit 579195cCopy full SHA for 579195c
1 file changed
.github/workflows/semgrep.yml
@@ -1,24 +0,0 @@
1
-name: Semgrep
2
-
3
-on:
4
- pull_request: {}
5
6
- push:
7
- branches: ["master", "main"]
8
9
- schedule:
10
- - cron: '30 0 1,15 * *'
11
12
-jobs:
13
- semgrep:
14
- name: Scan
15
- runs-on: ubuntu-latest
16
- container:
17
- image: returntocorp/semgrep
18
- if: (github.actor != 'dependabot[bot]')
19
- steps:
20
- - uses: actions/checkout@v6
21
22
- - run: semgrep ci
23
- env:
24
- SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments