Skip to content

Commit 45cf5a8

Browse files
DROP
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 98656bd commit 45cf5a8

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"
@@ -348,7 +349,7 @@ jobs:
348349
ls -la *.json || echo "No BOM JSON files found"
349350
350351
- name: Upload SBOMs to Dependency Track
351-
if: github.ref == 'refs/heads/ionos-stable'
352+
if: github.ref == 'refs/heads/ionos-stable' || github.ref == 'refs/heads/mk/tl/feature/sbom-generation'
352353
env:
353354
DT_BASE_URL: ${{ vars.DEPENDENCY_TRACK_BASE_URL }}
354355
DT_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}

0 commit comments

Comments
 (0)