Skip to content

Commit 818fa6d

Browse files
committed
remove snyk so we can build
1 parent 0296f1d commit 818fa6d

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,6 @@ jobs:
8989
echo "new_version=${new_version}" >> $GITHUB_ENV
9090
echo "pyproject_name=${pyproject_name}" >> $GITHUB_ENV
9191
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-
uses: snyk/actions/python@master
107-
env:
108-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
109-
with:
110-
command: monitor
111-
args: >
112-
--org=${{ secrets.SNYK_ORG_ID }}
113-
--project-name=${{ github.repository }}
11492
11593
- name: Run Poetry
11694
run: |

0 commit comments

Comments
 (0)