Skip to content

Commit

Permalink
feat(ci): Add semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Jun 20, 2024
1 parent dc21e76 commit c93bf1c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Semgrep

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch: {}
schedule:
- cron: '0 14 * * 2'

env:
CARGO_TERM_COLOR: always

permissions:
contents: read
security-events: write

jobs:
semgrep:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/semgrep.yml
uses: 42ByteLabs/.github/.github/workflows/semgrep.yml@main
secrets: inherit

0 comments on commit c93bf1c

Please sign in to comment.