Skip to content

Commit

Permalink
Semgrep workflow update
Browse files Browse the repository at this point in the history
SNOW-667402:Semgrep workflow update
  • Loading branch information
sfc-gh-xhuang authored Oct 21, 2022
2 parents 186ed88 + 0a99646 commit fcb65fa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Run semgrep checks

on:
pull_request:
branches: [master]

permissions:
contents: read

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

18 changes: 0 additions & 18 deletions .github/workflows/semgrep_internal.yml

This file was deleted.

0 comments on commit fcb65fa

Please sign in to comment.