hardenedMode behaviour #7026
Answered
by
clemyan
Denperidge
asked this question in
Q&A
-
|
Hi! I'd like to ask whether hardenedMode is only enabled on public pull requests, or also by default? This is a silly question, but the phrasing confused me: does "yarn will automatically enable hardened mode" mean that that behaviour will happen if its set to true & its a PR, or does it mean that even if its set to false, a PR will still be hardened? |
Beta Was this translation helpful? Give feedback.
Answered by
clemyan
Dec 30, 2025
Replies: 1 comment 1 reply
-
|
The default value of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Denperidge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default value of
enableHardenedModeistrueon public PRs, andfalseotherwise. Explicitly settingenableHardenedModewill override that default.