We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378e77b commit d58acfaCopy full SHA for d58acfa
.github/workflows/infosec.yml
@@ -18,22 +18,3 @@ jobs:
18
- uses: gitleaks/gitleaks-action@v2
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
-
22
- # TODO: uncomment when they fix this; scan locally via `snyk monitor`
23
- # vuln:
24
- # name: snyk
25
- # runs-on: ubuntu-latest
26
- # steps:
27
- # - uses: actions/checkout@v3
28
- # with:
29
- # fetch-depth: 0
30
- # - uses: snyk/actions/python@master
31
- # continue-on-error: true # To make sure that SARIF upload gets called
32
- # env:
33
- # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
34
35
- # args: --severity-threshold=high --sarif-file-output=snyk.sarif
36
- # - name: upload results
37
- # uses: github/codeql-action/upload-sarif@v2
38
39
- # sarif_file: snyk.sarif
0 commit comments