From 102ad4159e6d82dbb350bff5c571926d2f161edd Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Fri, 29 Sep 2023 23:40:40 +0300 Subject: [PATCH] add semgrep to github actions --- .github/workflows/semgrep.yml | 11 +++++++++++ 1 file changed, 11 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 000000000..b76b36e4c --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,11 @@ +name: semgrep + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + semgrep: + uses: bavix/.github/.github/workflows/php-semgrep.yml@0.0.7