Skip to content

Commit a990883

Browse files
committed
fix small issues, incl snyk not supporting Rust
1 parent 32504a8 commit a990883

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ jobs:
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

0 commit comments

Comments
 (0)