Accepting request 1119362 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.94.0 OBS-URL: https://build.opensuse.org/request/show/1119362 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=101
This commit is contained in:
parent
329514ad65
commit
d258ff4197
2
_service
2
_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.93.0</param>
|
||||
<param name="revision">v0.94.0</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/syft</param>
|
||||
<param name="changesrevision">0748945c8341a06415ac80e624b84e8d3f548d39</param></service></servicedata>
|
||||
<param name="changesrevision">8f6bdde6662aa8050a71eadbdb7bd5a3b079a56d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b75884a0bbd43963d17a64c71f009f4b3ae8f41e7f3a9497205df8da235b2bd
|
||||
size 22029837
|
3
syft-0.94.0.obscpio
Normal file
3
syft-0.94.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:929808dcad17ecc762bc5946793ffe476e227f829aea614746ea2a1008bd9d6f
|
||||
size 22180877
|
33
syft.changes
33
syft.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 21 18:16:53 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.94.0:
|
||||
* Label PRs when the json schema changes (#2240)
|
||||
* Add download location when cataloging directory npm package
|
||||
lock (#2238)
|
||||
* fix: allow packages to be captured from DIST/EGG case (#2239)
|
||||
* Account for maven bundle plugin and fix filename matching
|
||||
(#2220)
|
||||
* chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#2236)
|
||||
* Remove internal string set (#2219)
|
||||
* bump clio to get stderr reporting fix (#2232)
|
||||
* Fix panic for empty input to Swift cataloger (#2226)
|
||||
* Add additional license filenames (#2227)
|
||||
* chore(deps): bump github/codeql-action from 2.22.2 to 2.22.3
|
||||
(#2229)
|
||||
* chore(deps): bump github.com/charmbracelet/lipgloss from 0.9.0
|
||||
to 0.9.1 (#2222)
|
||||
* chore(deps): bump github/codeql-action from 2.22.1 to 2.22.2
|
||||
(#2224)
|
||||
* Detect a license file in the root directory or META-INF of a
|
||||
jar (#2213)
|
||||
* Parse donet dependency trees (#2143)
|
||||
* chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
|
||||
(#2214)
|
||||
* chore(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
|
||||
(#2215)
|
||||
* chore(deps): bump github.com/charmbracelet/lipgloss from 0.8.0
|
||||
to 0.9.0 (#2216)
|
||||
* chore: add automated homebrew action (#2164)
|
||||
* Add relationships for dpkg packages (#2212)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 11 04:22:21 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: syft
|
||||
version: 0.93.0
|
||||
mtime: 1696957784
|
||||
commit: 0748945c8341a06415ac80e624b84e8d3f548d39
|
||||
version: 0.94.0
|
||||
mtime: 1697821215
|
||||
commit: 8f6bdde6662aa8050a71eadbdb7bd5a3b079a56d
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: syft
|
||||
Version: 0.93.0
|
||||
Version: 0.94.0
|
||||
Release: 0
|
||||
Summary: CLI tool and library for generating a Software Bill of Materials
|
||||
License: Apache-2.0
|
||||
@ -32,8 +32,7 @@ BuildRequires: go >= 1.18
|
||||
A CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Exceptional for vulnerability detection when used with a scanner like Grype.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -T -D -a 1
|
||||
%autosetup -p 1 -a 1
|
||||
|
||||
%build
|
||||
DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bf3c9d4d4fb520bdc256e3aefdba966486a0fa6eb8170e261b03010683c93b3
|
||||
size 35867777
|
||||
oid sha256:5605e565281fa82b69fe87307d610330d81fb4334d039226aa3c050d8dfffd7c
|
||||
size 35869837
|
||||
|
Loading…
Reference in New Issue
Block a user