Skip to content

Commit 3c381ed

Browse files
[WIP] sbom upload: never cat, change Job description
1 parent b27cf0d commit 3c381ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sbom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
with:
127127
name: final-boms
128128

129-
- name: Dump merged SBOMs
129+
- name: Upload SBOMs
130130
run: |
131-
cat bom.*.xml
131+
wc --total=never -l bom.*.xml
132132
133133
upload_bom() {
134134
echo "Upload Nextcloud SBOM ${1} for object ${2} ..."

0 commit comments

Comments
 (0)