forked from pool/grype
Accepting request 990094 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.43.0 OBS-URL: https://build.opensuse.org/request/show/990094 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/grype?expand=0&rev=11
This commit is contained in:
parent
2cc80d7062
commit
f84bf20729
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/anchore/grype</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.42.0</param>
|
||||
<param name="revision">v0.43.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -17,6 +17,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">grype-0.42.0.tar.gz</param>
|
||||
<param name="archive">grype-0.43.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/grype</param>
|
||||
<param name="changesrevision">cb6bddfeeb2273a43328653d1c2a5887d58d3b3e</param></service></servicedata>
|
||||
<param name="changesrevision">addbd07b4f8cbfea283e10ffbd30e4cc6bfbfc0a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a834bef2fce32bcb80c0599923c1e23938f120558f9e92ec0ea2baa9c9de289
|
||||
size 1091573
|
3
grype-0.43.0.tar.gz
Normal file
3
grype-0.43.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b3cc670082468536f90cee03d95df35b7eb734de02c88fc02f4e1fdaa4109c7
|
||||
size 1092699
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 08:19:48 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.43.0:
|
||||
* Add new matcher files for golang => remove main module FP matches (#829)
|
||||
* Fix a cyclonedxvex typo and fix the schema document from (#830)
|
||||
* feat: add --only-notfixed flag (#828)
|
||||
* add DBCloser. Clients can aviod db connection leak if vulnerability db is loaded many times (#825)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 19:00:16 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: grype
|
||||
Version: 0.42.0
|
||||
Version: 0.43.0
|
||||
Release: 0
|
||||
Summary: A vulnerability scanner for container images and filesystems
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ae9a02738c6d00f1ef02dee5e928f14b8490ccc26f958f587c45cff1208a212
|
||||
size 50915962
|
||||
oid sha256:0782858b40a29e87d73cd231ee09bf737a07c4cf1e0b37eb0b9cbf0bb1e31ba4
|
||||
size 50914760
|
||||
|
Loading…
x
Reference in New Issue
Block a user