Skip to content

Commit

Permalink
Update fetch_snyk_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jndamito authored Aug 7, 2024
1 parent 9aa9f8a commit 9d55f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_snyk_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
SNYK_ORG_ID: ${{ secrets.SNYK_ORG_ID }}
SNYK_PROJECT_IDS: ${{ secrets.SNYK_PROJECT_IDS }}
SNYK_PROJECT_ID: ${{ secrets.SNYK_PROJECT_ID }}
run: |
python3 ./Matching_scripts/fetch_snyk_reports.py
Expand Down

0 comments on commit 9d55f60

Please sign in to comment.