forked from pool/grype
Accepting request 987415 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/987415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grype?expand=0&rev=4
This commit is contained in:
commit
a77a57e52b
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.40.1</param>
|
||||
<param name="revision">v0.41.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.40.1.tar.gz</param>
|
||||
<param name="archive">grype-0.41.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">82c0146b0a60f7bb4309190ff898135af16a68ba</param></service></servicedata>
|
||||
<param name="changesrevision">0e0a9d9e7a28592db489499db0294608e5fe69b8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6728e0043a8b9cbc45e0b6a002945ee3f2248268b8fb53236b1ceb6840318c96
|
||||
size 1049579
|
3
grype-0.41.0.tar.gz
Normal file
3
grype-0.41.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b59ddf075536dd0ed9b84d15357b9a9a9750697dac0e56f0b69a49aae7af6891
|
||||
size 1076124
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 06 18:11:46 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.41.0:
|
||||
* update syft to v0.50.0 (#818)
|
||||
* Finalize v4 Grype schema (#803)
|
||||
* docs: update to include rust (#814)
|
||||
* feat: add diffing 2 databases to v3 store functionality (#789)
|
||||
* fix: add support for partybus ui on `grype db update` cmd (#806)
|
||||
* Added Docker example to Readme (#769)
|
||||
* fix: add vex json & xml to listed formats (#802)
|
||||
* docs: update php listing to be more clear that the `.json` file isn't indexed (#808)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 13:20:36 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: grype
|
||||
Version: 0.40.1
|
||||
Version: 0.41.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:5124d596f5721cb50fc8f6d8003d354b381f86f87051e8edae53f5f02cb1f51a
|
||||
size 50911491
|
||||
oid sha256:a5b809ce1d2ed7246c29591b204bb1da12dc790f601f27d3c7365fe21a7c3185
|
||||
size 50912532
|
||||
|
Loading…
x
Reference in New Issue
Block a user