forked from pool/grype
Accepting request 1124160 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.73.0 OBS-URL: https://build.opensuse.org/request/show/1124160 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/grype?expand=0&rev=82
This commit is contained in:
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/anchore/grype</param>
|
<param name="url">https://github.com/anchore/grype</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.72.0</param>
|
<param name="revision">v0.73.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/anchore/grype</param>
|
<param name="url">https://github.com/anchore/grype</param>
|
||||||
<param name="changesrevision">04df28051b7694a5e4a28fc5b2ea2068f24ef213</param></service></servicedata>
|
<param name="changesrevision">15432488224b3d7a557798fd258828f618dadc90</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa09527832a9349a0f6d842a06b8a41aa74879b58e30bd738121aa22c572cfb4
|
|
||||||
size 17031181
|
|
3
grype-0.73.0.obscpio
Normal file
3
grype-0.73.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f271b9e83978b6dde38685f626a176130dee4993ff4591faf78f656d7eb15106
|
||||||
|
size 17128973
|
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 08 05:53:19 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.73.0:
|
||||||
|
* chore(deps): update Syft to v0.95.0 (#1591)
|
||||||
|
* chore: account for syft package metadata changes (#1423)
|
||||||
|
* fix: bump fangs to enable setting golang CPE config using env
|
||||||
|
var (#1585)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1588)
|
||||||
|
* chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
|
||||||
|
(#1586)
|
||||||
|
* chore: bootstrap action cleanup (#1587)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1584)
|
||||||
|
* Incorporate format API changes from syft (#1582)
|
||||||
|
* chore(deps): bump github.com/docker/docker (#1579)
|
||||||
|
* feat(config): added reason field (#1532)
|
||||||
|
* chore(deps): bump github.com/glebarez/sqlite from 1.9.0 to
|
||||||
|
1.10.0 (#1583)
|
||||||
|
* Colorize severity in table output (#1284)
|
||||||
|
* feat: add custom maven comparator (#1571)
|
||||||
|
* chore: fix path to quality tests (#1578)
|
||||||
|
* capture quality gate state on failures (#1576)
|
||||||
|
* chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
|
||||||
|
(#1575)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1574)
|
||||||
|
* chore(deps): bump google.golang.org/grpc from 1.56.0 to 1.56.3
|
||||||
|
(#1573)
|
||||||
|
* docs: add cbl-mariner to supported distro (#1569)
|
||||||
|
* chore(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1
|
||||||
|
(#1570)
|
||||||
|
* chore(deps): update bootstrap tools to latest versions (#1567)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 3 09:14:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Fri Nov 3 09:14:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: grype
|
name: grype
|
||||||
version: 0.72.0
|
version: 0.73.0
|
||||||
mtime: 1697824656
|
mtime: 1699389763
|
||||||
commit: 04df28051b7694a5e4a28fc5b2ea2068f24ef213
|
commit: 15432488224b3d7a557798fd258828f618dadc90
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: grype
|
Name: grype
|
||||||
Version: 0.72.0
|
Version: 0.73.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A vulnerability scanner for container images and filesystems
|
Summary: A vulnerability scanner for container images and filesystems
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1338b56abd916dbc8bda30a02590f7c32071b606a10d15de98066a8cb1c735d2
|
oid sha256:8a0ad188b9813f47a67b4a51ad0cc89a7e0e0334e4d6e32db515a22e81aeb889
|
||||||
size 37634347
|
size 37730000
|
||||||
|
Reference in New Issue
Block a user