Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-es committed Dec 18, 2023
1 parent a7ae1b8 commit 7d9858f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,7 @@ jobs:
run: |
source .venv/bin/activate
$HOME/.local/bin/poetry run python3 sbom_to_snyk_depgraph/main.py --sbom-file=".github/workflows/example-gradle/hibernate-sample/build/reports/bom.json" monitor --snyk-org-id=fa37c43d-b33f-489a-8708-9b84b6e6211b
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}


0 comments on commit 7d9858f

Please sign in to comment.