chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 - #120
chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10#120dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.7 to 1.0.10. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...v1.0.10) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
…-1.0.10 Signed-off-by: UncleSp1d3r <unclespider@protonmail.com>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
…audit, pre-push hook - Add .github/workflows/security.yml (govulncheck, CodeQL Go analyze, Trivy filesystem scan). SARIF uploaded to code scanning. Weekly schedule plus on-push and PR. - Correct SECURITY.md to match reality (drop false Grype/Snyk claims, explicitly name govulncheck/CodeQL/Trivy/Scorecard/Dependabot). - Inventory 9 go.mod pseudo-version dependencies with header block and inline rationale per entry. All are upstream-never-tagged; mechanical reduction requires vendoring/forking (deferred). - Add pre-push `ci-check-full` hook that runs `just ci-check` (including test-race) before allowing push. CI cannot host the race detector reliably; this is the local enforcement point. Hook install via `pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push` (also wired into `justfile:install`). Documented in CONTRIBUTING.md § Development Setup + README developer section and cross-referenced from GOTCHAS §1.1. - Add `//go:build integration` tag to cmd/audit_integration_test.go (other integration test files already tagged; CI + justfile splits were already correct). - Add `macOS Signing (Quill)` section to RELEASING.md documenting the 5 required Quill env vars + optional QUILL_LOG_FILE, with verification commands (codesign, spctl, quill extract signature). Todos resolved: #116, #118, #120, #121, #197. Notes: - Extensive stale Grype/Snyk claims remain in CONTRIBUTING.md, docs/dev-guide/, docs/security/, docs/pipeline-v2-compliance.md, docs/development/releasing.md — folded into Phase 3 documentation sweep. - .github/workflows/benchmarks.yml still does ad-hoc `go install benchstat@latest`; out of this PR's scope; tracked for Phase 2 round 2 CI-workflow follow-ups. Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io>
…audit, pre-push hook - Add .github/workflows/security.yml (govulncheck, CodeQL Go analyze, Trivy filesystem scan). SARIF uploaded to code scanning. Weekly schedule plus on-push and PR. - Correct SECURITY.md to match reality (drop false Grype/Snyk claims, explicitly name govulncheck/CodeQL/Trivy/Scorecard/Dependabot). - Inventory 9 go.mod pseudo-version dependencies with header block and inline rationale per entry. All are upstream-never-tagged; mechanical reduction requires vendoring/forking (deferred). - Add pre-push `ci-check-full` hook that runs `just ci-check` (including test-race) before allowing push. CI cannot host the race detector reliably; this is the local enforcement point. Hook install via `pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push` (also wired into `justfile:install`). Documented in CONTRIBUTING.md § Development Setup + README developer section and cross-referenced from GOTCHAS §1.1. - Add `//go:build integration` tag to cmd/audit_integration_test.go (other integration test files already tagged; CI + justfile splits were already correct). - Add `macOS Signing (Quill)` section to RELEASING.md documenting the 5 required Quill env vars + optional QUILL_LOG_FILE, with verification commands (codesign, spctl, quill extract signature). Todos resolved: #116, #118, #120, #121, #197. Notes: - Extensive stale Grype/Snyk claims remain in CONTRIBUTING.md, docs/dev-guide/, docs/security/, docs/pipeline-v2-compliance.md, docs/development/releasing.md — folded into Phase 3 documentation sweep. - .github/workflows/benchmarks.yml still does ad-hoc `go install benchstat@latest`; out of this PR's scope; tracked for Phase 2 round 2 CI-workflow follow-ups. Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io>
Bumps github.com/spf13/pflag from 1.0.7 to 1.0.10.
Release notes
Sourced from github.com/spf13/pflag's releases.
Commits
0491e57Merge pull request #448 from thaJeztah/fix_go_version72abab1Merge pull request #447 from thaJeztah/fix_deprecation_comment7e4dfb1Test on Go 1.1218a9d17move Func, BoolFunc, tests as they require go1.21c5b9e98remove uses of errors.Is, which requires go1.1345a4873fix deprecation comment for (FlagSet.)ParseErrorsWhitelist1043857Merge pull request #446 from spf13/fix-backwards-compat7412009fix: Restore ParseErrorsWhitelist name for nowb9c16faMerge pull request #444 from spf13/reset-args-even-if-empty40abc49Merge pull request #443 from spf13/silence-errhelpYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)