There was an error while loading. Please reload this page.
1 parent 0296f1d commit 818fa6dCopy full SHA for 818fa6d
1 file changed
.github/workflows/build.yml
@@ -89,28 +89,6 @@ jobs:
89
echo "new_version=${new_version}" >> $GITHUB_ENV
90
echo "pyproject_name=${pyproject_name}" >> $GITHUB_ENV
91
poetry version ${new_version}
92
-
93
- - name: Run Snyk as a blocking step
94
- uses: snyk/actions/python@master
95
- env:
96
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
97
- with:
98
- command: test
99
- args: >
100
- --org=${{ secrets.SNYK_ORG_ID }}
101
- --project-name=${{ github.repository }}
102
- --severity-threshold=high
103
- --fail-on=all
104
105
- - name: Run Snyk on Python
106
107
108
109
110
- command: monitor
111
112
113
114
115
- name: Run Poetry
116
run: |
0 commit comments