Skip to content

Commit

Permalink
SNOW-667402:Add new semgrep workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-hpathak committed Jan 19, 2023
1 parent 600168e commit 3df279c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Run semgrep checks

on:
pull_request:
branches: [develop]

permissions:
contents: read

jobs:
run-semgrep-reusable-workflow:
uses: snowflakedb/reusable-workflows/.github/workflows/semgrep-v2.yml@main
secrets:
token: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit 3df279c

Please sign in to comment.