Skip to content

Commit 4496e41

Browse files
Revert "[WIP] Remove duplicated comment; fix upload include pattern"
This reverts commit cb34c18.
1 parent 3aca2d4 commit 4496e41

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/sbom.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ jobs:
110110
npm ci
111111
112112
- name: Generate SBOM (apps:simplesettings - npm)
113-
#
114-
# See previous step's comment on these options
113+
# Switch --ignore-npm-errors is used to not fail on inconsistencies
114+
# found by npm ls, which complains about (mostly) "extraneous" packages
115+
# found in node_modules, which are apparently related to us using npm
116+
# overrides in package.json and presumably npm ls not being capable
117+
# of analyzing this correctly.
115118
#
116119
run: |
117120
cd apps-custom/simplesettings
@@ -127,7 +130,7 @@ jobs:
127130
name: bom-partials
128131
path: |
129132
bom.nextcloud.*.xml
130-
bom.app-*.xml
133+
bom.app-*.composer.xml
131134
132135
merge-sboms:
133136
needs: generate-sbom

0 commit comments

Comments
 (0)