From 9fed78b35083d8db31992b4ab3ee82725116896e Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 1 Jun 2021 12:58:22 +0300 Subject: [PATCH] semgrep.yml --- .github/workflows/semgrep.yml | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000..5895b13e --- /dev/null +++ b/.github/workflows/semgrep.yml @@ -0,0 +1,18 @@ +name: Semgrep +on: + pull_request: {} + push: + branches: + - master + +jobs: + semgrep: + name: Scan + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: returntocorp/semgrep-action@v1 + with: + auditOn: push + publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} + publishDeployment: 1395