Accepting request 898184 from devel:kubic
- Update to version 0.18.3: * chore(ci): change to more granular tokens (#1014) * chore(ci): add Go scanning and update dependencies (#1001) * docs: Add HIGH severity to Trivy command in GitLab CI example to match comment (#1013) * fix(image): disable go.sum scanning (#1007) * fix(gomod): handle go.sum with an empty line (#1006) * feat: prepare for config scanning (#1005) * Clarify that dev dependencies are excluded (#986) * Include target value in Sarif template ruleID (#991) * chore(mkdocs): allow workflow_dispatch (#989) * fix(vuln) unique vulnerabilities from different data sources (#984) * feat(go): added support of gomod analyzer (#978) OBS-URL: https://build.opensuse.org/request/show/898184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=8
This commit is contained in:
parent
a448c62176
commit
451a3e6950
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.17.2</param>
|
||||
<param name="revision">v0.18.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">415e1d8ea3832b3f1807884b7c969b4d030d8098</param></service></servicedata>
|
||||
<param name="changesrevision">85e45cad958c60245f848a9cf3bf103bb8efdd6e</param></service></servicedata>
|
BIN
trivy-0.17.2.tar.gz
(Stored with Git LFS)
BIN
trivy-0.17.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.18.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.18.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 07 19:14:07 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.18.3:
|
||||
* chore(ci): change to more granular tokens (#1014)
|
||||
* chore(ci): add Go scanning and update dependencies (#1001)
|
||||
* docs: Add HIGH severity to Trivy command in GitLab CI example to match comment (#1013)
|
||||
* fix(image): disable go.sum scanning (#1007)
|
||||
* fix(gomod): handle go.sum with an empty line (#1006)
|
||||
* feat: prepare for config scanning (#1005)
|
||||
* Clarify that dev dependencies are excluded (#986)
|
||||
* Include target value in Sarif template ruleID (#991)
|
||||
* chore(mkdocs): allow workflow_dispatch (#989)
|
||||
* fix(vuln) unique vulnerabilities from different data sources (#984)
|
||||
* feat(go): added support of gomod analyzer (#978)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 03 10:04:22 UTC 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.17.2
|
||||
Version: 0.18.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