Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.0.0 (2026-03-16)
⚠ BREAKING CHANGES
root-usercommand has been removed. Useuserinstead, which provides the same basic non-root check plus additional policy-based validation (UID ranges, blocked users, numeric UID requirements).Features
--colorflag with terminal color support via Lip Gloss (#96) (e03eaa6)--fail-fastflag toallcommand (#43) (52e4863)--output/-oflag with JSON support (#45) (436389b)allcommand to run all validation checks at once (#41) (8fac20e)platformvalidation command (#84) (7e75ae3)usercommand with policy-based validation (#197) (f37ae30)allcommand output (#103) (6e49bc5)root-usercommand in favor ofusercommand (#201) (43ca533)Bug Fixes
ReadSecureFile(#186) (1ad5942)--password-stdinread (a7b4801)io.CopywithLimitReaderinextractRegularFileto prevent unbounded disk writes from lying tar headers (#170) (5bda17b)root-usercheck (#168) (c67638f)FailStylerenders color even whenPersistentPreRunEdoes not run (#181) (d89d5a9)oci-archive:temp directory leak via cleanup function pattern (#124) (51bc6e8)isRetryableErrorwith typedtransport.Errorassertion (#177) (3cb73de)staticKeychaincredentials to target registry hostname (#193) (8d595e1)platformcheck in Test Action workflow jobs that lack config (8c227ab)--allowed-portsparsing (#179) (37811d5)--passwordis used on the command line (#183) (3236975)Code Refactoring
context.Contextpropagation and signal handling (3bdd305)log.WithFields()at high-value log sites (#191) (05cbd5f)extractOCIArchivevia named return defer (#137) (49eec76)checkDefandcheckRunnerinto a single type (#132) (0cf265f)isDirectoryPatternandisGlobPatternfromisPathExcluded(#140) (780c278)printSectionHeader,runSingleCheck,printSectionFooterfromexecuteChecks(#138) (1b493a8)renderEmptyResultfromrunAll(#143) (7b16672)resolveRegistryCredentialsfromPersistentPreRunEfor direct testability (#135) (cd5d2ee)imageArgFormatsDocconstant (#115) (0619227)applyInlinePolicyhelper fromapplyRegistryConfigandapplyLabelsConfig(#120) (45352f8)parseAllowedListFromFilehelper fromportsandplatform(#117) (8afbb2a)RunEbody intorunCheckCmdhelper (#116) (e16d64c)entrypoint.go(#131) (990f9ac)applyConfigValuesexplicit (#141) (de14be4)formatAllowedPortsandformatAllowedPlatformsintoformatAllowedList(#113) (c2debd6)keyStyleand align text output across commands (#199) (75df619)LoadXPolicyFromObjectfunctions and their tests (#121) (122c07f)UnmarshalConfigFilefunction (#110) (3d09679)UpdateResultparameter fromnewtoresult(#125) (97e05c4)renderResultswitch with map-based dispatch (#146) (b22e35c)mustDetailshelper (#126) (739bb99)Execute()instead of reading globals (#151) (a80080d)GetFilePatternsfor deterministic output (#133) (67a2d9f)patterns.go(#147) (0a0387b)defsslices indetermineChecks(#114) (69c760d)t.CleanupinresetAllGlobalsfor guaranteed test state cleanup (#156) (4ac3075)buildCheckDefsinstead of package-level globals (#153) (7ef98be)runXfunctions instead of package-level globals (#145) (100bcc2)inlinePolicyToTempFile(#144) (adffbe4)This PR was generated with Release Please. See documentation.