We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedb5a7 commit 7535377Copy full SHA for 7535377
1 file changed
.github/workflows/security.yml
@@ -11,18 +11,6 @@ permissions:
11
contents: read
12
13
jobs:
14
- semgrep:
15
- name: Semgrep Scan
16
- runs-on: ubuntu-latest
17
- container:
18
- image: returntocorp/semgrep
19
-
20
- steps:
21
- - uses: actions/checkout@v3
22
- - run: semgrep ci
23
- env:
24
- SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
25
26
govulncheck:
27
name: Vulnerabilities Scan
28
runs-on: ubuntu-latest
0 commit comments