Accepting request 985332 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/985332 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syft?expand=0&rev=3
This commit is contained in:
commit
991bab9c38
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.48.1</param>
|
||||
<param name="revision">v0.49.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.48.1.tar.gz</param>
|
||||
<param name="archive">syft-0.49.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">03e37044d437294b0aac44a4e9277eb8f6c8be3f</param></service></servicedata>
|
||||
<param name="changesrevision">d5e12ff89c2d3af684152dd401618533a6f1b67e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:741a2ef614a0c18a929d9f833974e3219250764f8e3e341d91ec12d4fc65b446
|
||||
size 3925051
|
3
syft-0.49.0.tar.gz
Normal file
3
syft-0.49.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6282483125ae32ff62a94f4848dbaadededdd3e04e7fa82d5ae4bbe3e685bb70
|
||||
size 3767025
|
11
syft.changes
11
syft.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 13:20:51 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.49.0:
|
||||
* Updates parsing of `yarn.lock` to use `resolved` URLs that are pulled from yarn and npm registries (#926)
|
||||
* remove OSS Meetup message (#1057)
|
||||
* add pom.xml cataloger (#1055)
|
||||
* Add support for CBL-Mariner distroless images (#1045)
|
||||
* Add catalogers configuration (#1038)
|
||||
* add template output (#1051)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 08:47:26 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.48.1
|
||||
Version: 0.49.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:fe11a2c03b6710cabc156c3eb0bab757b07f131ebd0a3f95a14090492b0a58c3
|
||||
size 42549798
|
||||
oid sha256:bd79b628ddf56e878b943022dac3b51931588a4561459d983c17e52c722c3f86
|
||||
size 42640777
|
||||
|
Loading…
Reference in New Issue
Block a user