Skip to content

Commit

Permalink
feat: 🎸 add semgrep.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed Nov 18, 2021
1 parent b01af5e commit eef476b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semgrep.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:
- name: Checkout code
uses: actions/checkout@v2

- uses: returntocorp/semgrep-action@v1
with:
config: >-
p/security-audit
p/secrets

0 comments on commit eef476b

Please sign in to comment.