semgrep.yml update

This commit is contained in:
Jaco Greeff
2021-06-04 17:58:03 +03:00
parent 1bc9b5cec5
commit bcf6a6e562

View File

@@ -7,6 +7,7 @@ on:
jobs:
semgrep:
name: Scan
if: "! startsWith(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/extension'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -15,3 +16,9 @@ jobs:
auditOn: push
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 1395
dummy:
runs-on: ubuntu-latest
steps:
- name: dummy
run: |
echo "Dummy skip step"