From c4ce3ca31558bbb98e8de8f95c5251cd22e2c581 Mon Sep 17 00:00:00 2001 From: Rick Ramgattie Date: Thu, 21 Sep 2023 16:36:44 -0400 Subject: [PATCH] Semgrepping the repo --- .github/workflows/semgrep.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/semgrep.yml 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