Skip to content

Commit

Permalink
Semgrep workflow update (#354)
Browse files Browse the repository at this point in the history
* Delete old semgrep workflow

* Add new semgrep workflow file
  • Loading branch information
sfc-gh-hpathak authored Dec 5, 2022
1 parent 93634bb commit 92a3555
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 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: [main]

permissions:
contents: read

jobs:
run-semgrep-reusable-workflow:
uses: snowflakedb/reusable-workflows/.github/workflows/semgrep-v2.yml@main
secrets:
token: ${{ secrets.SEMGREP_APP_TOKEN }}
17 changes: 0 additions & 17 deletions .github/workflows/semgrep2.yml

This file was deleted.

0 comments on commit 92a3555

Please sign in to comment.