We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c72e01 commit c2f9a77Copy full SHA for c2f9a77
1 file changed
.github/workflows/unit-sec-test.yml
@@ -40,28 +40,12 @@ jobs:
40
run: |
41
pip install -r requirements.txt
42
python -m pip install --upgrade pip
43
-
44
45
- - name: Install Snyk CLI
46
- run: npm install -g snyk
47
48
- - uses: actions/checkout@master
49
- name: Run Snyk to check for vulnerabilities
50
uses: snyk/actions/python@master
51
52
53
- - name: Authenticate with Snyk
54
- run: snyk auth $SNYK_TOKEN --debug
55
env:
56
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
57
58
- - name: Snyk Code test
59
- run: snyk code test --sarif > snyk-cide.sarif
60
61
- - name: Snyk Test Dependencies
62
- run: snyk test
63
64
65
# Scan the contianer and lists all security vulnerabilities
66
trivy_scans:
67
name: Run Trivy security scanner against the image
0 commit comments