We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93634bb commit 92a3555Copy full SHA for 92a3555
.github/workflows/semgrep.yml
@@ -0,0 +1,15 @@
1
+---
2
+name: Run semgrep checks
3
+
4
+on:
5
+ pull_request:
6
+ branches: [main]
7
8
+permissions:
9
+ contents: read
10
11
+jobs:
12
+ run-semgrep-reusable-workflow:
13
+ uses: snowflakedb/reusable-workflows/.github/workflows/semgrep-v2.yml@main
14
+ secrets:
15
+ token: ${{ secrets.SEMGREP_APP_TOKEN }}
.github/workflows/semgrep2.yml
0 commit comments