chore(deps): bump aquasecurity/trivy-action from 0.34.2 to 0.35.0#72
Merged
hyperpolymath merged 2 commits intoMar 11, 2026
Merged
Conversation
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.34.2 to 0.35.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@97e0b38...57a97c7) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
hyperpolymath
approved these changes
Mar 11, 2026
This was referenced May 16, 2026
Closed
hyperpolymath
added a commit
that referenced
this pull request
May 16, 2026
#264) Lands all three structural fixes behind estate-wide recurring Scorecard findings. Parent: #260. ### #262 — SLSA pin-exemption (was actively harmful) Removed the `slsa-github-generator → <sha>` mappings (SHA-pinning it breaks SLSA provenance — it self-verifies `github.ref`). Added `SecurityErrors.@pin_exempt` registry; `pin_action/1` → `{:exempt, rationale}`; `check_unpinned_actions` emits `:pin_exempt_accepted` (accept, `:info`). ### #261 — Effective-vs-nominal SAST `ScorecardIngestor.check_sast` now verifies the CodeQL matrix actually scans a language the repo has (or `actions`); nominal-only CodeQL → finding recommending `language: actions`. (Generalises modshells #72.) ### #263 — `Hypatia.ScorecardReconciler` (the loop-closer) The missing `Sense(authoritative)→Classify→Act→Verify→Learn`: - `classify/2` pure 4-axis taxonomy → one unambiguous action; unknown rules **escalate, never silently drop**. - `fingerprint/3` excludes line numbers → dismissals survive edits (the recurrence killer). - `reconcile/3` fetches **live** alerts, dismisses non-actionable/exempt with rationale, threads registry via `map_reduce`, persists once. - `verify/2` — a registry-dismissed finding open again is a **recurrence defect**, surfaced not re-dismissed. - Registry → `~/.git-private-farm/` (offline-survivable durability KPI). - `mix hypatia.reconcile owner/repo [--dry-run|--verify]`. ### Verification `mix compile` clean (pre-existing unrelated warnings only). `mix test` reconciler+workflow_audit+security_errors: **47/47 green** (+17 new). ### Honesty note While writing the reconciler I caught a real bug in my own first draft — `Registry.record/3` is pure but the loop discarded its return, so every decision after the first would have been lost. Fixed with `Enum.map_reduce` before any test ran; regression covered by the registry round-trip test. ### Follow-up (not blocking) Auto-merge of CI-passing low-risk `:fix` PRs (per autonomy decision) — reconciler currently marks `:fix_requested`; wiring to the existing fixer/DirectGithubPr is the next increment. Refs #260 Refs #261 Refs #262 Refs #263 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 aquasecurity/trivy-action from 0.34.2 to 0.35.0.
Release notes
Sourced from aquasecurity/trivy-action's releases.
Commits
57a97c7chore(deps): Update trivy to v0.69.3 (#519)Dependabot 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 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)