Skip to content

Commit 92a3555

Browse files
Semgrep workflow update (#354)
* Delete old semgrep workflow * Add new semgrep workflow file
1 parent 93634bb commit 92a3555

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.github/workflows/semgrep.yml

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

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)