2 Commits

Author SHA256 Message Date
d8a2a02ec0 Accepting request 1324695 from Virtualization:containers
- Update to version 0.68.2:
  * release: v0.68.2 [release/v0.68] (#9950)
  * fix(deps): bump alpine from `3.22.1` to `3.23.0` [backport: release/v0.68] (#9949)
  * ci: enable `check-latest` for `setup-go` [backport: release/v0.68] (#9946)

- Update to version 0.68.1 (bsc#1251363, CVE-2025-47911,
  bsc#1251547, CVE-2025-58190, bsc#1253512, CVE-2025-47913,
  bsc#1253512, CVE-2025-47913, bsc#1253786, CVE-2025-58181,
  bsc#1253977, CVE-2025-47914):

OBS-URL: https://build.opensuse.org/request/show/1324695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=84
2025-12-29 14:17:35 +00:00
c1a1f46352 Accepting request 1320965 from Virtualization:containers
- Update to version 0.68.1:
  * release: v0.68.1 [main] (#9867)
  * fix: update cosing settings for GoReleaser after bumping cosing to v3 (#9863)
  * chore(deps): bump the testcontainers group with 2 updates (#9506)
  * release: v0.68.0 [main] (#9549)
  * feat(aws): Add support for dualstack ECR endpoints (#9862)
  * fix(vex): use a separate `visited` set for each DFS path (#9760)
  * docs: catch some missed docs -> guide (#9850)
  * refactor(misconf): parse azure_policy_enabled to addonprofile.azurepolicy.enabled (#9851)
  * chore(cli): Remove Trivy Cloud (#9847)
  * fix(misconf): ensure value used as ignore marker is non-null and known (#9835)
  * fix(misconf): map healthcheck start period flag to --start-period instead of --startPeriod (#9837)
  * chore(deps): bump the docker group with 3 updates (#9776)
  * chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 (#9827)
  * chore(deps): bump the common group across 1 directory with 20 updates (#9840)
  * feat(image): add Sigstore bundle SBOM support (#9516)
  * chore(deps): bump the aws group with 7 updates (#9691)
  * test(k8s): update k8s integrtion test (#9725)
  * chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 (#9764)
  * feat(sbom): add support for SPDX attestations (#9829)
  * docs(misconf): Remove duplicate sections (#9819)
  * feat(misconf): Update Azure network schema for new checks (#9791)
  * feat(misconf): Update AppService schema (#9792)
  * fix(misconf): ensure boolean metadata values are correctly interpreted (#9770)
  * feat(misconf): support https_traffic_only_enabled in Az storage account (#9784)
  * docs: restructure docs for new hosting (#9799)
  * docs(server): fix info about scanning licenses on the client side. (#9805)
  * ci: remove unused preinstalled software/images for build tests to free up disk space. (#9814)
  * feat(report): add fingerprint generation for vulnerabilities (#9794)
  * chore: trigger the trivy-www workflow (#9737)

OBS-URL: https://build.opensuse.org/request/show/1320965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=83
2025-12-03 13:13:46 +00:00
9 changed files with 27 additions and 9 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1767005426
commit: 2a31742e2345f9d7617b0b7bfde8e3f5c3e6682ad3833fa3b5f7718e12942f32
url: https://src.opensuse.org/dirkmueller/trivy.git
revision: factory

View File

@@ -2,7 +2,7 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/aquasecurity/trivy</param>
<param name="scm">git</param>
<param name="revision">v0.68.1</param>
<param name="revision">v0.68.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/aquasecurity/trivy</param>
<param name="changesrevision">96290ae3fb1d974fd2f9ec7e37cee43f6b7f1511</param></service></servicedata>
<param name="changesrevision">0c40a8d4b9b943f1b679a20f8ba3cb61c94831de</param></service></servicedata>

BIN
build.specials.obscpio LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
trivy-0.68.2.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,7 +1,18 @@
-------------------------------------------------------------------
Mon Dec 29 09:58:28 UTC 2025 - Dirk Müller <dmueller@suse.com>
- Update to version 0.68.2:
* release: v0.68.2 [release/v0.68] (#9950)
* fix(deps): bump alpine from `3.22.1` to `3.23.0` [backport: release/v0.68] (#9949)
* ci: enable `check-latest` for `setup-go` [backport: release/v0.68] (#9946)
-------------------------------------------------------------------
Wed Dec 03 10:23:46 UTC 2025 - Dirk Müller <dmueller@suse.com>
- Update to version 0.68.1:
- Update to version 0.68.1 (bsc#1251363, CVE-2025-47911,
bsc#1251547, CVE-2025-58190, bsc#1253512, CVE-2025-47913,
bsc#1253512, CVE-2025-47913, bsc#1253786, CVE-2025-58181,
bsc#1253977, CVE-2025-47914):
* release: v0.68.1 [main] (#9867)
* fix: update cosing settings for GoReleaser after bumping cosing to v3 (#9863)
* chore(deps): bump the testcontainers group with 2 updates (#9506)

View File

@@ -17,7 +17,7 @@
Name: trivy
Version: 0.68.1
Version: 0.68.2
Release: 0
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
License: Apache-2.0

BIN
vendor.tar.zst LFS

Binary file not shown.