Skip to content

Commit

Permalink
fixed semgrep config
Browse files Browse the repository at this point in the history
  • Loading branch information
nelenkov committed Feb 23, 2021
1 parent fa1e6a6 commit 8eddf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
config: p/r2c
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
auditOn: push
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 344
config: p/findescbugs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8eddf57

Please sign in to comment.