From cfa03eca6ca5877f2a8f6b54f6f89f8cc1c19bb1 Mon Sep 17 00:00:00 2001 From: He Qian Wang Date: Thu, 7 Mar 2024 12:24:42 -0500 Subject: [PATCH] [IDP-948] Use reusable Semgrep workflow --- .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..0b1d0af --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,14 @@ +name: Semgrep scan + +on: + pull_request: + branches: ["main", "master"] + workflow_dispatch: {} + schedule: + - cron: "10 22 * * 6" + +jobs: + call-workflow-semgrep: + permissions: + security-events: write + uses: gsoft-inc/wl-reusable-workflows/.github/workflows/reusable-semgrep-workflow.yml@main