Accepting request 1063165 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1063165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=26
This commit is contained in:
commit
e8e2841ce5
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.69.1</param>
|
||||
<param name="revision">v0.70.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">syft-0.69.1.tar.gz</param>
|
||||
<param name="archive">syft-0.70.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/syft</param>
|
||||
<param name="changesrevision">1530ef354ffaf59cef6a02c949f2cdb82353954f</param></service></servicedata>
|
||||
<param name="changesrevision">9995950c70e849f9921919faffbfcf46401f71f3</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:839f3326fa61afa5586194e1b1ef3f0a5436e8f5e973e614e8dde29a5ed6a337
|
||||
size 5484381
|
3
syft-0.70.0.tar.gz
Normal file
3
syft-0.70.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:974a413e4ed9ac957d241b6f7a50cd22ab2a5d8c97997d4d2163b97c6454503c
|
||||
size 5483859
|
11
syft.changes
11
syft.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 04 07:45:37 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.70.0:
|
||||
* fix: update config struct to not decode password/key (#1538)
|
||||
* Update syft bootstrap tools to latest versions. (#1537)
|
||||
* feat: add traefik classifier (#1504)
|
||||
* fix: don't hardcode Cosign attest type (#1533)
|
||||
* chore(deps): bump github.com/docker/docker (#1531)
|
||||
* Update syft bootstrap tools to latest versions. (#1530)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 02 06:48:23 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.69.1
|
||||
Version: 0.70.0
|
||||
Release: 0
|
||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02f84ba0cd908c42f6e4f1c02c4423c4cdcbb5d5eb7dd2a34cdc6189339f001f
|
||||
size 41243979
|
||||
oid sha256:1ca46797d316b22414f4063edb7bd17c3de3e6d7f33ec8927685d492b104052d
|
||||
size 41260960
|
||||
|
Loading…
Reference in New Issue
Block a user