Skip to content

Commit

Permalink
chore: add semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Nov 19, 2020
1 parent ae95bc9 commit 6dc6050
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Semgrep
on: [pull_request]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: returntocorp/semgrep-action@v1
env: # Optional environment variable for inline PR comments (beta)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 174

0 comments on commit 6dc6050

Please sign in to comment.