Skip to content

Commit 260b166

Browse files
pepegapepega
authored andcommitted
fix: remove unsupported working-directory in snyk step
1 parent 06f209a commit 260b166

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
env:
6363
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
6464
with:
65-
args: --severity-threshold=high --file=requirements.txt
66-
working-directory: app_python
65+
args: --severity-threshold=high --file=app_python/requirements.txt
6766

6867
docker-build-push:
6968
name: Build and push Docker image

0 commit comments

Comments
 (0)