Skip to content

Commit

Permalink
Merge pull request #471 from snowflakedb/PRODSEC-883
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-spandey authored Sep 13, 2021
2 parents 48bf18c + 08496af commit b26b189
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semgrep2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Semgrep

on:
pull_request: {}

jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
auditOn: push
publishUrl: https://semgrep.snowflake.com
publishDeployment: 1
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit b26b189

Please sign in to comment.