Skip to content

Commit a29d6be

Browse files
committed
always upload sbom
1 parent 74f8431 commit a29d6be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494

9595
- name: Upload SBOMs
9696
uses: actions/upload-artifact@v3
97+
if: success() || failure()
9798
with:
9899
name: SBOMS
99100
path: '**/*sbom*.json'

0 commit comments

Comments
 (0)