Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VoronM1522 authored Feb 5, 2025
1 parent bc147d2 commit c2008f8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
push: true
tags: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}

- name: Run snyk
uses: snyk/actions/python-3.10@master
with:
command: test
- name: Install snyk
run: npm install -g snyk

- name: Run snyk
run: |
cd app_python
snyk test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
working-directory: ./app_python

0 comments on commit c2008f8

Please sign in to comment.