wsfed
7.0.17.0.2
.github/workflows/semgrep.yml−
.github/workflows/semgrep.ymlDeleted−15
Index: package/.github/workflows/semgrep.yml
===================================================================
--- package/.github/workflows/semgrep.yml
+++ package/.github/workflows/semgrep.yml
@@ -1,15 +0,0 @@
-name: Semgrep
-on:
- pull_request: {}
- push:
- branches: ["master"]
-jobs:
- semgrep:
- name: Scan
- runs-on: ubuntu-latest
- if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
- steps:
- - uses: actions/checkout@v2
- - uses: returntocorp/semgrep-action@v1
- with:
- publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
\ No newline at end of file