Guard 3.0.59
Guard 3.0.59 is a stable release cut from 47d6bb4.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.58.
Fixes
- action: Gate env-triggered analyzer credentials on online input (#2750)
- Gate env-triggered external analyzer credentials on the
onlineinput: the Action runner now removesMCP_SCANNER_API_KEYandMCP_SCANNER_LLM_API_KEYfrom the scan environment whenonlineis false (the default)… - Make the offline guarantee visible in docs: the
onlineinput description, the inputs table, and the mode notes now state that env-configured analyzer credentials are removed unlessonlineis enabled, matching the… - Stop teaching consumers to track a mutable ref:
publish-action-repo.ymlnow rewrites README usage examples from the floating@v1tag to the immutablevX.Y.Zrelease tag during action bundle sync (end-of-line…
- Gate env-triggered external analyzer credentials on the
Install
Install this release:
uv tool install "hol-guard[cisco]==3.0.59"Full changelog: v3.0.58...v3.0.59
Thanks @kantorcodes!