Skip to content

ci(procest): enable SBOM — the ELSPROBLEMS blocker is stale - #738

Merged
rubenvdlinde merged 1 commit into
developmentfrom
ci/enable-sbom
Aug 5, 2026
Merged

ci(procest): enable SBOM — the ELSPROBLEMS blocker is stale#738
rubenvdlinde merged 1 commit into
developmentfrom
ci/enable-sbom

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

enable-sbom has been false in procest's caller since the shared workflow's npm SBOM step could be broken by @conduction/nextcloud-vue's npm ls tree failing ELSPROBLEMS (#434).

That blocker is stale. The shared workflow now runs:

npx @cyclonedx/cyclonedx-npm --package-lock-only --ignore-npm-errors …

--ignore-npm-errors is precisely the flag that neutralises ELSPROBLEMS, and it was not present when this was switched off.

Measured positive control, not assumed: docudesk pins the same @conduction/nextcloud-vue@2.2.0-vue3.3 this repo pins, and its SBOM job on development ran the npm leg to completion and merged the PHP + npm SBOMs — run 31016019235, job 92340789907. openregister, opencatalogi and doriath are green on SBOM too, so the old comment's closing line ("No other Conduction app enables SBOM today") is now false.

procest already ships the other prerequisite: composer.json requires cyclonedx/cyclonedx-php-composer ^6.2 and allows its plugin.

Note on where this reports

SBOM's if: tests github.ref against refs/heads/{main,beta,development}. On a pull request the ref is refs/pull/N/merge, so this job cannot run on this PR — it first reports on the merge to development. That is the shared workflow's design, not a defect in this change.

No skip, waiver, continue-on-error or threshold change was added.

The npm SBOM step in the shared workflow now passes --ignore-npm-errors,
which is exactly the flag that neutralises the @conduction/nextcloud-vue
npm ls ELSPROBLEMS failure this was switched off for (#434).

Verified against a positive control rather than assumed: docudesk pins the
same @conduction/nextcloud-vue 2.2.0-vue3.3 and its SBOM job completed the
npm leg and merged the PHP + npm SBOMs (run 31016019235, job 92340789907).
openregister, opencatalogi and doriath are green on SBOM as well, so the
old comment's 'No other Conduction app enables SBOM today' no longer holds.

procest already requires cyclonedx/cyclonedx-php-composer ^6.2 and allows
the plugin, so the composer leg has its prerequisite.
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/procest @ e6330a1

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue3-compile
test-l10n
composer ✅ 100/100
npm ✅ 550/550
PHPUnit
Newman ⏭️
Playwright
Hydra gates

Quality workflow — 2026-08-05 15:28 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit 7bf109e into development Aug 5, 2026
33 of 35 checks passed
@rubenvdlinde
rubenvdlinde deleted the ci/enable-sbom branch August 5, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant