Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ jobs:
newman-environment-path: "tests/zgw/zgw-environment.json"
newman-seed-command: "bash apps/procest/tests/zgw/seed-consumers.sh"
additional-apps: '[{"repo":"ConductionNL/openregister","app":"openregister","ref":"feature/php-linting"}]'
enable-sbom: true
# SBOM disabled until @conduction/nextcloud-vue's dependency declarations
# are cleaned up — its `npm ls` tree fails ELSPROBLEMS (bootstrap-vue is a
# non-optional peer, apexcharts/pinia/vue version ranges don't match what
# apps install, @types/react comes from a transitive rehype-react), which
# @cyclonedx/cyclonedx-npm propagates as a hard failure (it always runs
# `npm ls` under the hood; `--package-lock-only` doesn't sidestep it).
# No other Conduction app enables SBOM today. Tracked in #434.
enable-sbom: false
enable-playwright: true
enable-playwright-coverage: true
playwright-coverage-threshold: 75
Expand Down
Loading