Skip to content

Commit

Permalink
Semgrep action (#29)
Browse files Browse the repository at this point in the history
* added semgrep action

* updated semgrep action

* removed schedule from semgrep action
  • Loading branch information
razor-shiva committed Feb 23, 2022
1 parent e28d82c commit 9a28f36
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Semgrep
on:
pull_request: {}
jobs:
semgrep:
name: Scan
runs-on: [ubuntu-latest] # nosemgrep : semgrep.dev/s/swati31196:github_provided_runner
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit 9a28f36

Please sign in to comment.