We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdcc75 commit 98bf206Copy full SHA for 98bf206
.github/workflows/dependencytrack.yml
@@ -32,6 +32,7 @@ jobs:
32
# Upload Node.js SBOM (if exists)
33
- name: Upload Node.js SBOM to Dependency-Track
34
env:
35
+ DTRACK_API_URI: ${{ vars.DTRACK_API_URI }}
36
DTRACK_API_KEY: ${{ secrets.DTRACK_API_KEY }}
37
run: |
38
if [ -f ./sbom.xml ]; then
0 commit comments