Skip to content

Commit d58acfa

Browse files
chore (ci): remove todo
1 parent 378e77b commit d58acfa

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/infosec.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,3 @@ jobs:
1818
- uses: gitleaks/gitleaks-action@v2
1919
env:
2020
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-
# with:
35-
# args: --severity-threshold=high --sarif-file-output=snyk.sarif
36-
# - name: upload results
37-
# uses: github/codeql-action/upload-sarif@v2
38-
# with:
39-
# sarif_file: snyk.sarif

0 commit comments

Comments
 (0)