We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc16bc4 commit 7060304Copy full SHA for 7060304
1 file changed
.github/workflows/python-ci.yml
@@ -44,12 +44,9 @@ jobs:
44
password: ${{ secrets.DOCKERHUB_TOKEN }}
45
46
- name: Snyk Scan
47
- uses: snyk/actions/python@master
48
env:
49
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
50
- working-directory: app_python
51
- with:
52
- command: test
+ run: snyk test --file=app_python/requirements.txt
53
54
- name: Build and Push Docker Image
55
uses: docker/build-push-action@v6
0 commit comments