Skip to content

Commit

Permalink
safety ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Jan 27, 2025
1 parent 34d5a05 commit 83834dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/safety_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout
- name: Run Safety CLI to check for vulnerabilities
uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
args: --detailed-output

0 comments on commit 83834dc

Please sign in to comment.