forked from pool/grype
Accepting request 1066247 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.57.0 OBS-URL: https://build.opensuse.org/request/show/1066247 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/grype?expand=0&rev=33
This commit is contained in:
parent
64f9dae165
commit
870d38ec1d
4
_service
4
_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.56.0</param>
|
||||
<param name="revision">v0.57.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -17,6 +17,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">grype-0.56.0.tar.gz</param>
|
||||
<param name="archive">grype-0.57.0.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/anchore/grype</param>
|
||||
<param name="changesrevision">c01ee9b2c73098726ff5b39156134682745dd5db</param></service></servicedata>
|
||||
<param name="changesrevision">18cce64f4a9f873032683dcb7f6c288d5060ab17</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac889b4133c9225eb500c145478fc76fa2f9058920db3eda6524b1a056574f43
|
||||
size 1979936
|
3
grype-0.57.0.tar.gz
Normal file
3
grype-0.57.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35a2cf200df8c8dab860fd257e19bf47bae1a2797c72e1c0921e042feea63275
|
||||
size 2046681
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 17:32:05 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.57.0:
|
||||
* chore: bump quality gate (#1133)
|
||||
* fix: ignore some false-positives for ruby gems (#1132)
|
||||
* chore(deps): bump github/codeql-action from 2.2.3 to 2.2.4 (#1131)
|
||||
* fix: exclude OS packages from CPE target filtering (#1130)
|
||||
* chore(deps): bump actions/cache from 3.2.4 to 3.2.5 (#1129)
|
||||
* chore(deps): bump github.com/docker/docker (#1128)
|
||||
* Update Syft to v0.71.0 (#1126)
|
||||
* chore(deps): bump github/codeql-action from 2.2.1 to 2.2.3 (#1125)
|
||||
* Update grype bootstrap tools to latest versions. (#1124)
|
||||
* chore(deps): bump golang.org/x/term from 0.4.0 to 0.5.0 (#1123)
|
||||
* Update grype bootstrap tools to latest versions. (#1122)
|
||||
* Update grype bootstrap tools to latest versions. (#1116)
|
||||
* Update Syft to v0.70.0 (#1117)
|
||||
* chore(deps): bump github.com/docker/docker (#1114)
|
||||
* Update grype bootstrap tools to latest versions. (#1112)
|
||||
* Update Syft to v0.69.1 (#1111)
|
||||
* chore: prune cosign dependency for grype builds (#1100)
|
||||
* Update grype bootstrap tools to latest versions. (#1108)
|
||||
* Update Syft to v0.69.0 (#1109)
|
||||
* chore(deps): bump actions/cache from 3.2.3 to 3.2.4 (#1107)
|
||||
* chore: add new images to quality gate (#1106)
|
||||
* chore: bump yardstick for better quality gate filtering (#1101)
|
||||
* chore(deps): bump actions/cache from 3.0.11 to 3.2.3 (#1096)
|
||||
* chore(deps): bump github/codeql-action from 2.1.39 to 2.2.1 (#1097)
|
||||
* chore(deps): bump anchore/sbom-action from 0.13.2 to 0.13.3 (#1098)
|
||||
* chore(deps): bump tibdex/github-app-token from 1.7.0 to 1.8.0 (#1099)
|
||||
* bump yardstick to 2d30ea7429d0a59020e0176bba1b3b6b8b01b08a (#1095)
|
||||
* chore(deps): bump actions/checkout from 3.1.0 to 3.3.0 (#1090)
|
||||
* chore(deps): bump github.com/hashicorp/go-getter from 1.6.1 to 1.6.2 (#1087)
|
||||
* chore(deps): bump 8398a7/action-slack from 3.14.0 to 3.15.0 (#1088)
|
||||
* chore(deps): bump peter-evans/create-pull-request from 4.2.0 to 4.2.3 (#1089)
|
||||
* chore(deps): bump actions/setup-go from 3.3.1 to 3.5.0 (#1091)
|
||||
* chore(deps): bump github/codeql-action from 2.1.31 to 2.1.39 (#1092)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 06:09:00 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: grype
|
||||
Version: 0.56.0
|
||||
Version: 0.57.0
|
||||
Release: 0
|
||||
Summary: A vulnerability scanner for container images and filesystems
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1101dc1e8b46655ffe00812ad3ce4de16d90f9091cc17f1b083c16aa19262379
|
||||
size 51849448
|
||||
oid sha256:7a5dc0786cd06bce9716b5547ee6b3ebd943297b3c8408a0be21ca4fcb1d5a4d
|
||||
size 43903455
|
||||
|
Loading…
x
Reference in New Issue
Block a user