Skip to content

Commit

Permalink
ci: add semgrep job
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Apr 18, 2024
1 parent cbfa6a2 commit b44c87e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:
run: bun danger ci
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

semgrep:
needs: ci
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- name: Checkout
uses: actions/checkout@v4

- run: semgrep ci

0 comments on commit b44c87e

Please sign in to comment.