Skip to content

Commit 579195c

Browse files
authored
Remove Semgrep GHA Workflow (#735)
2 parents f8b0a98 + 3d0ff4b commit 579195c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/semgrep.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)