forked from pool/trivy
Accepting request 861707 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/861707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=6
This commit is contained in:
parent
3d74fa160e
commit
a898cf4e04
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.13.0</param>
|
||||
<param name="revision">v0.15.0</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">1391b3bf47d99aec25f2cfa04064fe1c2aeafcad</param></service></servicedata>
|
||||
<param name="changesrevision">08ca1b00b729b2a83c0e9f2f6e8d1a9f0110c455</param></service></servicedata>
|
BIN
trivy-0.13.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.13.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.15.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.15.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 08 13:31:54 UTC 2021 - rbrown@suse.com
|
||||
|
||||
- Update to version 0.15.0:
|
||||
* Feat: NuGet Scanner (#686)
|
||||
* feat(cache): support Redis (#770)
|
||||
* fix(redhat): skip module packages (#776)
|
||||
* chore: migrate from master to main (#778)
|
||||
* chore(circleci): remove gofmt (#777)
|
||||
* chore(README): remove experimental (#775)
|
||||
* NVD: Add timestamps. (#761)
|
||||
* (fix): Make the table output less wide. (#763)
|
||||
* Add gitHubToken to prevent rate limit problems (#769)
|
||||
* Add helm chart to install trivy in server mode. (#751)
|
||||
* chore(docs): add nix install (#762)
|
||||
* HTML template (#567)
|
||||
* feat: remove rpm dependency (#753)
|
||||
* fix(vulnerability): make an empty severity UNKNOWN (#759)
|
||||
* chore(README): add TRIVY_INSECURE (#760)
|
||||
* feat(vulnerability): add primary URLs (#752)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 15:23:00 UTC 2020 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package trivy
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.13.0
|
||||
Version: 0.15.0
|
||||
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