Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trivy/0.58.1 package update #38298

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
package:
name: trivy
version: 0.58.0
epoch: 2
version: 0.58.1
epoch: 0
description: Simple and comprehensive vulnerability scanner for containers
copyright:
- license: Apache-2.0

pipeline:
- uses: git-checkout
with:
expected-commit: cd01f230315a364b0eea35edb8db1c4c73c7019a
expected-commit: 7326db14af3d24ab2c62e835361b7bedcacb8de1
repository: https://github.com/aquasecurity/trivy
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0

- uses: go/build
with:
packages: ./cmd/trivy
Expand Down
Loading