Skip to content

Drop --strict from brew audit#8

Merged
kshahbw merged 1 commit into
mainfrom
fix/audit-skip-redundant-version
May 1, 2026
Merged

Drop --strict from brew audit#8
kshahbw merged 1 commit into
mainfrom
fix/audit-skip-redundant-version

Conversation

@kshahbw
Copy link
Copy Markdown
Contributor

@kshahbw kshahbw commented May 1, 2026

Summary

Follow-up to #7. We tried brew audit --strict --except=version band to skip just the version-redundancy check, but the rerun audit on PR #6 still failed with the same error — --except=version doesn't actually cover the "redundant with version scanned from URL" check (that check appears to live outside the version audit category).

Drop --strict entirely. The redundancy check is a strict-only audit rule, so without --strict it stops firing. The non-strict audit still catches real issues — broken URLs, missing description, license format, formula syntax. We just lose the pickiest style-level checks.

This unblocks goreleaser's auto-generated formula PRs across releases without hand-editing.

Test plan

@kshahbw kshahbw requested review from a team as code owners May 1, 2026 19:25
@bwappsec
Copy link
Copy Markdown

bwappsec commented May 1, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@kshahbw kshahbw merged commit 56d2c25 into main May 1, 2026
3 checks passed
@kshahbw kshahbw deleted the fix/audit-skip-redundant-version branch May 1, 2026 19:34
@kshahbw kshahbw mentioned this pull request May 4, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants