chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 - #116
Merged
unclesp1d3r merged 1 commit intoAug 30, 2025
Merged
Conversation
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
Member
|
unclesp1d3r
deleted the
dependabot/go_modules/github.com/stretchr/testify-1.11.0
branch
August 30, 2025 02:42
unclesp1d3r
added a commit
that referenced
this pull request
Apr 19, 2026
…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>
5 tasks
unclesp1d3r
added a commit
that referenced
this pull request
Apr 19, 2026
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/stretchr/testify from 1.10.0 to 1.11.0.
Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilterc58bc90Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...87101a6suite.Run: refactor handling of statsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)