Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 25, 2024
1 parent 5099ecf commit fc0c8e3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,24 @@ jobs:
with:
sarif_file: results.sarif

security:
runs-on: ubuntu-latest
steps:
- name: Check out master
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.12

- name: install
run: |
python -m pip install -r requirements.txt
- uses: pypa/[email protected]
with:
vulnerability-service: osv

trufflehog:
name: Secret Leaks
runs-on: ubuntu-latest
Expand Down

0 comments on commit fc0c8e3

Please sign in to comment.