forked from pool/trivy
Accepting request 967695 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/967695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=21
This commit is contained in:
parent
05f6bff4d4
commit
12c2451802
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.25.0</param>
|
||||
<param name="revision">v0.25.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="changesrevision">4470a181e2daf993d2e0402d8f29f6c0a6c5c2e9</param></service></servicedata>
|
||||
<param name="changesrevision">d4e3df81e856ac682cb9adec2ea8d1011262775f</param></service></servicedata>
|
BIN
trivy-0.25.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.25.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.25.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.25.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 06 07:35:16 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.25.3:
|
||||
* fix(downloadDB): add dbRepositoryFlag to repository and rootfs commands (#1956)
|
||||
* fix(misconf): update BurntSushi/toml for fix runtime error (#1948)
|
||||
* fix(misconf): Update fanal/defsec to resolve missing metadata issues (#1947)
|
||||
* feat(jar): allow setting Maven Central URL using environment variable (#1939)
|
||||
* chore(chart): update Trivy version in HelmChart to 0.25.0 (#1931)
|
||||
* chore(chart): remove version comments (#1933)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 06 07:32:54 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.25.2:
|
||||
* fix(downloadDB): add flag to server command (#1942)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 05 06:52:40 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.25.1:
|
||||
* fix(misconf): update defsec to resolve panics (#1935)
|
||||
* chore(deps): bump github.com/docker/docker (#1924)
|
||||
* docs: restructure the documentation (#1887)
|
||||
* chore(deps): bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0 (#1923)
|
||||
* chore(deps): bump actions/cache from 2 to 3.0.1 (#1920)
|
||||
* chore(deps): bump actions/checkout from 2 to 3 (#1916)
|
||||
* chore(deps): bump github.com/open-policy-agent/opa from 0.37.2 to 0.39.0 (#1921)
|
||||
* chore(deps): bump sigstore/cosign-installer from 2.0.0 to 2.1.0 (#1919)
|
||||
* chore(deps): bump helm/chart-testing-action from 2.2.0 to 2.2.1 (#1918)
|
||||
* chore(deps): bump golang from 1.17 to 1.18.0 (#1915)
|
||||
* Add trivy horizontal logo (#1932)
|
||||
* chore(deps): bump alpine from 3.15.0 to 3.15.3 (#1917)
|
||||
* chore(deps): bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 (#1925)
|
||||
* chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#1927)
|
||||
* feat(db): Add dbRepository flag to get advisory database from OCI registry (#1873)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 1 07:30:58 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.25.0
|
||||
Version: 0.25.3
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user