Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0#189

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/aquasecurity/trivy-action-0.36.0
Apr 22, 2026
Merged

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps aquasecurity/trivy-action from 0.35.0 to 0.36.0.

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.36.0

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@v0.35.0...v0.36.0

Commits
  • ed142fd chore: update action version to v0.36.0 in examples (#563)
  • dea62cf chore(deps): Update trivy to v0.70.0 (#559)
  • 128d9a8 chore: use GitHub Actions as git commit author in bump-trivy workflow (#561)
  • 876cf04 Upgrade Trivy action version from 0.33.1 to 0.35.0 fixes #549 (#548)
  • dada784 Fix typo in GOOGLE_APPLICATION_CREDENTIALS env var name (#547)
  • 4a2deec fix: use portable shebang in entrypoint.sh (#545)
  • 1994662 chore(deps): bump the actions group with 5 updates (#558)
  • 6b36659 chore: add zizmor config (#557)
  • 316aa5a ci: add dependabot config (#556)
  • 264c9c5 test: use pinned digests for trivy-db, trivy-java-db and trivy-checks (#555)
  • Additional commits viewable in compare view

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.35.0 to 0.36.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@57a97c7...ed142fd)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.36.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 Apr 22, 2026
@dependabot dependabot Bot requested a review from hyperpolymath as a code owner April 22, 2026 21:09
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@hyperpolymath hyperpolymath merged commit 80ba302 into main Apr 22, 2026
29 of 53 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/aquasecurity/trivy-action-0.36.0 branch April 22, 2026 22:30
hyperpolymath added a commit that referenced this pull request May 27, 2026
## Root-cause summary

`governance / Language / package anti-pattern policy` has been failing
on hypatia/main (and on every open PR) because:

- `.github/workflows/governance.yml:34` pinned
`governance-reusable.yml@66271d3` (2026-05-22) — predates
[hyperpolymath/standards#219](hyperpolymath/standards#219)
(merged `ad366b6`, 2026-05-27).
- standards#219 fixes a `workflow_sha` resolution bug: in a reusable
workflow, `github.workflow_sha` resolves to the **caller's** SHA, not
the reusable's SHA. The inner self-checkout of `hyperpolymath/standards`
therefore asked the standards repo for a SHA that only exists in hypatia
→ `exit 128` after 3 retries.

This PR bumps both standards-reusable pins past that fix.

## Pins changed

| File | Before | After |
|---|---|---|
| `.github/workflows/governance.yml:34` | `66271d3...` (2026-05-22) |
`5eb28d7d8790d5389b7b6a5233fe6265a775e3d0` (standards/main, 2026-05-27)
|
| `.github/workflows/hypatia-scan.yml:28` | `97df762...` (orphan SHA on
PR-branch for #193) | `5eb28d7d8790d5389b7b6a5233fe6265a775e3d0`
(canonical main) |

## Delta picked up (governance side)

7 commits, all fixes / hardening:

- `ad366b6` `fix(governance-reusable): pin standards self-checkout to
main` (#219) **— the load-bearing fix**
- `481c496` `feat(governance): add check-trusted-base CI enforcement`
(#211)
- `0ec0b83` `fix(governance): eradicate inline Python from
governance-reusable.yml` (#189)
- `3285ac1` `fix(baseline): file_pattern glob matching + jq scoping
bugs` (#180)
- `431adbb` `refactor(governance): subsume language-policy.yml + add
deno-ci-reusable` (#168)
- `91d8b88` `feat: consume .hypatia-baseline.json in governance gate`
(#166)
- `43b6563` `fix: checkout caller's repo in governance-reusable
workflow`

Delta on hypatia-scan side: **none** (reusable file unchanged since #193
squash-merge).

## Estate implication

This same stale-pin pattern affects every repo whose `governance.yml`
wrapper points to a pre-`ad366b6` SHA of `governance-reusable.yml`. An
estate-wide fan-out bump-PR sweep is the comprehensive remedy (cf.
session memory on the doomed-CI pilot). This PR is the per-repo first
cut for hypatia.

## Auto-merge

SQUASH (per estate policy).

🤖 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.

1 participant