Skip to content

Commit 1de9b91

Browse files
DROP
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 5503123 commit 1de9b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sbom-matrix.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ on:
5858
branches:
5959
# Enable once approved
6060
- ionos-stable
61+
- mk/tl/feature/sbom-generation
6162

6263
env:
6364
NODE_OPTIONS: "--max-old-space-size=4096"
@@ -372,7 +373,7 @@ jobs:
372373
ls -la *.json || echo "No BOM JSON files found"
373374
374375
- name: Upload SBOMs to Dependency Track
375-
if: github.ref == 'refs/heads/ionos-stable'
376+
if: github.ref == 'refs/heads/ionos-stable' || github.ref == 'refs/heads/mk/tl/feature/sbom-generation'
376377
env:
377378
DT_BASE_URL: ${{ vars.DEPENDENCY_TRACK_BASE_URL }}
378379
DT_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}

0 commit comments

Comments
 (0)