File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 9494 - name : Check for outdated dependencies
9595 run : cargo outdated --exit-code 1
9696
97- - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@v3
9997
10098 security-scan :
10199 runs-on : ubuntu-latest
@@ -118,12 +116,14 @@ jobs:
118116 with :
119117 sarif_file : ' trivy-results.sarif'
120118
121- - name : Run Snyk security scan
122- uses : snyk/actions/maven@master
123- env :
124- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
125- with :
126- args : --severity-threshold=high
119+ # Isn't supported by default yet
120+ # - name: Snyk Setup
121+ # uses: snyk/actions/setup@master
122+ #
123+ # - name: Snyk monitor
124+ # run: snyk test --file=Cargo.toml
125+ # env:
126+ # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
127127
128128 generate-version :
129129 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments