diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml new file mode 100644 index 0000000..8fffaa1 --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,14 @@ + +name: Semgrep +on: + pull_request: {} + push: + branches: + - master + schedule: + - cron: 57 1 * * * + workflow_dispatch: {} +jobs: + semgrep: + uses: gemini/semgrep/.github/workflows/semgrep-base.yml@main + secrets: inherit \ No newline at end of file