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 5503123 commit 1de9b91Copy full SHA for 1de9b91
.github/workflows/sbom-matrix.yaml
@@ -58,6 +58,7 @@ on:
58
branches:
59
# Enable once approved
60
- ionos-stable
61
+ - mk/tl/feature/sbom-generation
62
63
env:
64
NODE_OPTIONS: "--max-old-space-size=4096"
@@ -372,7 +373,7 @@ jobs:
372
373
ls -la *.json || echo "No BOM JSON files found"
374
375
- name: Upload SBOMs to Dependency Track
- if: github.ref == 'refs/heads/ionos-stable'
376
+ if: github.ref == 'refs/heads/ionos-stable' || github.ref == 'refs/heads/mk/tl/feature/sbom-generation'
377
378
DT_BASE_URL: ${{ vars.DEPENDENCY_TRACK_BASE_URL }}
379
DT_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
0 commit comments