forked from pool/grype
Accepting request 1099181 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.64.1 OBS-URL: https://build.opensuse.org/request/show/1099181 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/grype?expand=0&rev=62
This commit is contained in:
parent
e19768cd72
commit
1a8ce25e38
2
_service
2
_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.64.0</param>
|
||||
<param name="revision">v0.64.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/grype</param>
|
||||
<param name="changesrevision">37f436cfb6eb871bfde9cfcb1a360c510751afc9</param></service></servicedata>
|
||||
<param name="changesrevision">43bcf301c445d13360d724971fd089cd7a61ead9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:859f4078cac10ac10bc3b3e78149df084fd21865bfa53deee8c12e764a47ed50
|
||||
size 15324685
|
3
grype-0.64.1.obscpio
Normal file
3
grype-0.64.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c773f641ae759e7443bcbc87bab0a0eb855908a0a3ff86df78979d12dda5fb6c
|
||||
size 15349773
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 04:49:52 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.64.1:
|
||||
* Pass correct output file (#1391)
|
||||
* chore(deps): bump github.com/gkampitakis/go-snaps from 0.4.7 to
|
||||
0.4.8 (#1389)
|
||||
* Port UI to bubbletea (#1385)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 05:26:47 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: grype
|
||||
version: 0.64.0
|
||||
mtime: 1689260801
|
||||
commit: 37f436cfb6eb871bfde9cfcb1a360c510751afc9
|
||||
version: 0.64.1
|
||||
mtime: 1689624994
|
||||
commit: 43bcf301c445d13360d724971fd089cd7a61ead9
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: grype
|
||||
Version: 0.64.0
|
||||
Version: 0.64.1
|
||||
Release: 0
|
||||
Summary: A vulnerability scanner for container images and filesystems
|
||||
License: Apache-2.0
|
||||
@ -42,7 +42,7 @@ go build \
|
||||
-mod=vendor \
|
||||
-buildmode=pie \
|
||||
-ldflags="-X github.com/anchore/grype/internal/version.version=%{version} -X github.com/anchore/grype/internal/version.buildDate=$BUILD_DATE" \
|
||||
-o bin/grype .
|
||||
-o bin/grype ./cmd/grype/
|
||||
|
||||
%install
|
||||
# Install the binary.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee54a0744a477529fea3b59e91deb81eb7db0614d5aade668e9763a32b01ce6e
|
||||
size 35378936
|
||||
oid sha256:8d823dfc4dbbf747a06a9bc82d779248111e64b6448a55db29b4523f0f5e5082
|
||||
size 36215728
|
||||
|
Loading…
x
Reference in New Issue
Block a user