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 98656bd commit 45cf5a8Copy full SHA for 45cf5a8
.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"
@@ -348,7 +349,7 @@ jobs:
348
349
ls -la *.json || echo "No BOM JSON files found"
350
351
- name: Upload SBOMs to Dependency Track
- if: github.ref == 'refs/heads/ionos-stable'
352
+ if: github.ref == 'refs/heads/ionos-stable' || github.ref == 'refs/heads/mk/tl/feature/sbom-generation'
353
354
DT_BASE_URL: ${{ vars.DEPENDENCY_TRACK_BASE_URL }}
355
DT_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
0 commit comments