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 9f583bf commit 6aad0dcCopy full SHA for 6aad0dc
.github/workflows/sbom-matrix.yaml
@@ -278,7 +278,7 @@ jobs:
278
ls -la *.json || echo "No BOM JSON files found"
279
280
- name: Upload SBOMs to Dependency Track
281
- if: github.ref == 'refs/heads/ionos-stable'
+ if: github.ref == 'refs/heads/ionos-stable' || github.ref == 'refs/heads/mk/tl/feature/sbom-generation'
282
env:
283
DT_BASE_URL: ${{ vars.DEPENDENCY_TRACK_BASE_URL }}
284
DT_API_KEY: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
0 commit comments