forked from pool/grype
Accepting request 1088549 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1088549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grype?expand=0&rev=24
This commit is contained in:
commit
9c4a24da1f
2
_service
2
_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.61.1</param>
|
||||
<param name="revision">v0.62.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/grype</param>
|
||||
<param name="changesrevision">3caabc87114a3e0cbfbac7770989bc81e2f5a957</param></service></servicedata>
|
||||
<param name="changesrevision">852a2084171281049ab9cf5134627abeeacf82b2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6b98fcbe584f3cea33e2e7f5ae824fc95b395164e0f0c4f61a4c6a0f55c498e
|
||||
size 13207053
|
3
grype-0.62.0.obscpio
Normal file
3
grype-0.62.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b611837d6ca31c4259f7bb9ba2addef2587c9f4cfe49cb80cbfcf548d97b85d4
|
||||
size 13281293
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 07:32:20 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.62.0:
|
||||
* bump syft to pre-release of v0.81.0 (#1310)
|
||||
* add main bin ignore (#1305)
|
||||
* chore(deps): bump github.com/stretchr/testify from 1.8.2 to
|
||||
1.8.3 (#1309)
|
||||
* chore(deps): bump github.com/docker/docker (#1304)
|
||||
* chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to
|
||||
1.9.2 (#1307)
|
||||
* chore(deps): bump github.com/cloudflare/circl from 1.1.0 to
|
||||
1.3.3 (#1289)
|
||||
* chore(deps): bump github.com/docker/distribution (#1290)
|
||||
* chore(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#1298)
|
||||
* chore: update deprecated io/ioutil calls (#1296)
|
||||
* feat: package qualifier for platform CPE (#1291)
|
||||
* Fix reading syft json from stdin by redirect (#1299)
|
||||
* should only use hermetic functions in templates (#1288)
|
||||
* chore(deps): update bootstrap tools to latest versions (#1285)
|
||||
* feat: add non-hermetic sprig functions (#1243) (#1273)
|
||||
* fix: typo in logger prefix (#1283)
|
||||
* chore(deps): bump github.com/docker/docker (#1280)
|
||||
* chore(deps): bump anchore/sbom-action from 0.14.1 to 0.14.2
|
||||
(#1281)
|
||||
* chore(deps): update Syft to v0.80.0 (#1276)
|
||||
* chore(deps): update bootstrap tools to latest versions (#1277)
|
||||
* docs: add config flag to configuration section (#1271) (#1274)
|
||||
* chore(deps): bump github/codeql-action from 2.3.2 to 2.3.3
|
||||
(#1272)
|
||||
* chore(deps): bump golang.org/x/term from 0.7.0 to 0.8.0 (#1268)
|
||||
* chore(deps): update bootstrap tools to latest versions (#1270)
|
||||
* Add support for Syft IDs in JSON output (#1266)
|
||||
* docs: add "cyclonedx-json" to output formats (#1252)
|
||||
* chore(deps): bump github.com/docker/docker (#1257)
|
||||
* chore(deps): bump github/codeql-action from 2.3.1 to 2.3.2
|
||||
(#1261)
|
||||
* chore(deps): bump peter-evans/create-pull-request from 5.0.0 to
|
||||
5.0.1 (#1263)
|
||||
* Install skopeo during bootstrap (#1260)
|
||||
* chore(deps): bump github/codeql-action from 2.3.0 to 2.3.1
|
||||
(#1258)
|
||||
* chore(deps): bump github/codeql-action from 2.2.12 to 2.3.0
|
||||
(#1256)
|
||||
* chore: update quality gate labels and add keycloak (#1255)
|
||||
* fix: false positive for purl provider for RPM without epoch
|
||||
(#1237)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 22 14:34:27 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: grype
|
||||
version: 0.61.1
|
||||
mtime: 1682096282
|
||||
commit: 3caabc87114a3e0cbfbac7770989bc81e2f5a957
|
||||
version: 0.62.0
|
||||
mtime: 1684765054
|
||||
commit: 852a2084171281049ab9cf5134627abeeacf82b2
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: grype
|
||||
Version: 0.61.1
|
||||
Version: 0.62.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:bf5710f4f5d5cae0ed6d74485fe69a572dcd11661258c04d15af3451f87e27b2
|
||||
size 34988986
|
||||
oid sha256:9443a9a9d3d62f9d5076d5d4736b4148268a8124d3ec7474e3e31c38ff58a828
|
||||
size 35037006
|
||||
|
Loading…
x
Reference in New Issue
Block a user