forked from pool/grype
Accepting request 1061474 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1061474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grype?expand=0&rev=16
This commit is contained in:
commit
a2b0698c4e
4
_service
4
_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.55.0</param>
|
<param name="revision">v0.56.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>
|
||||||
@ -17,6 +17,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">grype-0.55.0.tar.gz</param>
|
<param name="archive">grype-0.56.0.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -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">c559833c7e02aed827773adb4f9677cb398577be</param></service></servicedata>
|
<param name="changesrevision">c01ee9b2c73098726ff5b39156134682745dd5db</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59415ce506308b604ce0fc3143d155c62eb5c0260e6c4201a450eeeb9fc5aa2f
|
|
||||||
size 1970969
|
|
3
grype-0.56.0.tar.gz
Normal file
3
grype-0.56.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac889b4133c9225eb500c145478fc76fa2f9058920db3eda6524b1a056574f43
|
||||||
|
size 1979936
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 06:09:00 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.56.0:
|
||||||
|
* Update Syft to v0.68.1 (#1086)
|
||||||
|
* chore: update grype quality gate (#1085)
|
||||||
|
* chore(deps): bump github.com/sigstore/sigstore from 1.4.4 to 1.5.1 (#1081)
|
||||||
|
* chore(deps): bump actions/setup-python from 4.3.0 to 4.5.0 (#1075)
|
||||||
|
* chore(deps): bump anchore/sbom-action from 0.13.1 to 0.13.2 (#1076)
|
||||||
|
* chore(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#1077)
|
||||||
|
* chore(deps): bump actions/download-artifact from 3.0.1 to 3.0.2 (#1074)
|
||||||
|
* chore(deps): bump ossf/scorecard-action from 2.0.6 to 2.1.2 (#1078)
|
||||||
|
* chore(deps): bump github.com/pkg/profile from 1.6.0 to 1.7.0 (#1079)
|
||||||
|
* chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.0 to 1.4.1 (#1080)
|
||||||
|
* chore(deps): bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 (#1083)
|
||||||
|
* chore: align makefile and bootstrap tools scripts more with syft (#1073)
|
||||||
|
* chore: enable dependabot on gomod and GitHub actions (#1072)
|
||||||
|
* Update grype bootstrap tools to latest versions. (#1070)
|
||||||
|
* fix: always include severity in cyclonedx output (#1067)
|
||||||
|
* Update Syft to v0.68.0 (#1064)
|
||||||
|
* Add protobuf FPs to default ignore list (#1062)
|
||||||
|
* chore: update Syft to v0.66.2 (#1060)
|
||||||
|
* Update grype bootstrap tools to latest versions. (#1055)
|
||||||
|
* feat: allow grype db diff to specify local db directories (#1058)
|
||||||
|
* chore: claim artifacthub package ownership from developer-guy (#661)
|
||||||
|
* chore: add github token to quality tests (#1056)
|
||||||
|
* chore: update yardstick to diagnose intermittent failures (#1054)
|
||||||
|
* Update grype bootstrap tools to latest versions. (#1048)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 05 14:00:43 UTC 2023 - kastl@b1-systems.de
|
Thu Jan 05 14:00:43 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -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.55.0
|
Version: 0.56.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:a89f257287462dada7326e35668e362a338c303623a4ca43dbb923bbf5193090
|
oid sha256:1101dc1e8b46655ffe00812ad3ce4de16d90f9091cc17f1b083c16aa19262379
|
||||||
size 51657736
|
size 51849448
|
||||||
|
Loading…
x
Reference in New Issue
Block a user