Skip to content

feat: add BYPASS_SECURITY option to composer-update workflow#36

Merged
NicoHuma merged 2 commits intomainfrom
feat/bypass-secu-composer
Mar 30, 2026
Merged

feat: add BYPASS_SECURITY option to composer-update workflow#36
NicoHuma merged 2 commits intomainfrom
feat/bypass-secu-composer

Conversation

@NicoHuma
Copy link
Copy Markdown
Contributor

Allow callers to pass BYPASS_SECURITY: true to skip the composer security audit (--no-audit) during dependency updates.

Allow callers to pass `BYPASS_SECURITY: true` to skip the composer
security audit (`--no-audit`) during dependency updates.
--no-audit only skips the post-install audit report. The dependency
resolver still blocks packages with known vulnerabilities via the
audit.block-insecure config. Disable it explicitly when bypassing.
@NicoHuma NicoHuma merged commit c0db76d into main Mar 30, 2026
@NicoHuma NicoHuma deleted the feat/bypass-secu-composer branch March 30, 2026 10:03
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.

2 participants