Skip to content

Guard 3.0.59

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:08
47d6bb4

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 online input: the Action runner now removes MCP_SCANNER_API_KEY and MCP_SCANNER_LLM_API_KEY from the scan environment when online is false (the default)…
    • Make the offline guarantee visible in docs: the online input description, the inputs table, and the mode notes now state that env-configured analyzer credentials are removed unless online is enabled, matching the…
    • Stop teaching consumers to track a mutable ref: publish-action-repo.yml now rewrites README usage examples from the floating @v1 tag to the immutable vX.Y.Z release tag during action bundle sync (end-of-line…

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.59"

Full changelog: v3.0.58...v3.0.59

Thanks @kantorcodes!