Skip to content

Commit

Permalink
resolved the exit problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitiz-Mhto committed Mar 18, 2023
1 parent 8390603 commit 9ca64fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-n-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
run: |
wget https://github.com/google/osv-scanner/releases/download/v1.2.0/osv-scanner_1.2.0_linux_amd64
chmod +x ./osv-scanner_1.2.0_linux_amd64
./osv-scanner_1.2.0_linux_amd64 -r .
./osv-scanner_1.2.0_linux_amd64 requirements.txt
- name: Scan for vulnerabilities
working-directory: ./epl-board
run: |
wget https://github.com/google/osv-scanner/releases/download/v1.2.0/osv-scanner_1.2.0_linux_amd64
chmod +x ./osv-scanner_1.2.0_linux_amd64
./osv-scanner_1.2.0_linux_amd64 -r .
./osv-scanner_1.2.0_linux_amd64 requirements.txt
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.1
Expand Down

0 comments on commit 9ca64fe

Please sign in to comment.