Skip to content

Commit 7060304

Browse files
authored
Update python-ci.yml
1 parent fc16bc4 commit 7060304

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ jobs:
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}
4545

4646
- name: Snyk Scan
47-
uses: snyk/actions/python@master
4847
env:
4948
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
50-
working-directory: app_python
51-
with:
52-
command: test
49+
run: snyk test --file=app_python/requirements.txt
5350

5451
- name: Build and Push Docker Image
5552
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)