We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d643eb commit 5d44d9bCopy full SHA for 5d44d9b
.github/workflows/unit-sec-test.yml
@@ -44,6 +44,14 @@ jobs:
44
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
45
- name: Snyk Code test
46
run: snyk code test --sarif > snyk-cide.sarif
47
+ shell: /usr/bin/bash -e {0}
48
+ env:
49
+ pythonLocation: /opt/hostedtoolcache/Python/3.12.5/x64
50
+ PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib/pkgconfig
51
+ Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
52
+ Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
53
+ Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.5/x64
54
+ LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.5/x64/lib
55
56
- name: Snyk Test Dependencies
57
run: snyk test
0 commit comments