Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.34.2 to 0.35.0#72

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/aquasecurity/trivy-action-0.35.0
Mar 11, 2026
Merged

chore(deps): bump aquasecurity/trivy-action from 0.34.2 to 0.35.0#72
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/aquasecurity/trivy-action-0.35.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Bumps aquasecurity/trivy-action from 0.34.2 to 0.35.0.

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.35.0

What's Changed

Full Changelog: aquasecurity/trivy-action@0.34.2...0.35.0

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner March 9, 2026 22:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@github-advanced-security
Copy link
Copy Markdown

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@hyperpolymath hyperpolymath merged commit 6528ab9 into main Mar 11, 2026
29 of 50 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/aquasecurity/trivy-action-0.35.0 branch March 11, 2026 00:52
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants