Skip to content

Guard 3.0.129

Choose a tag to compare

@github-actions github-actions released this 07 Sep 22:32
c340c5f

Guard 3.0.129 is a stable release cut from c340c5f.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.128.

Fixes

  • scanner: Ignore env interpolations in HARDCODED_SECRET (#2844)
    • Skip ${VAR} and {{var}} expansions in HARDCODED_SECRET, including in scripts and source.
    • Keep other placeholder heuristics limited to docs, tests, and example paths.

Install

Install this release:

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

Full changelog: v3.0.128...v3.0.129

Thanks @kantorcodes!