Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Dec 21, 2023
1 parent a9a1372 commit 7f3310c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
security:
runs-on: ubuntu-latest
steps:
- name: secretcheck
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: echo $SNYK_TOKEN | wc -c

- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python-3.10@master
Expand Down
4 changes: 0 additions & 4 deletions .snyk

This file was deleted.

0 comments on commit 7f3310c

Please sign in to comment.