Diff grype-0.61.0 with a grype-0.86.1
/usr/portage/app-containers/grype/grype-0.86.1.ebuild 2025-02-03 17:39:32.282664971 +0300 | ||
---|---|---|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
1 |
# Copyright 2022-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 |
inherit go-module |
6 |
GIT_COMMIT=d8c0c0805b59659c4d6e49d6806a0eba11bdc2ee |
|
7 |
SYFT_VERSION=0.76.0 |
|
6 |
GIT_COMMIT=5c4fee7b1170976ab435de052fc3611bc955f1f1 |
|
7 |
SYFT_VERSION=1.18.1 |
|
8 | 8 | |
9 | 9 |
DESCRIPTION="A vulnerability scanner for container images and filesystems" |
10 | 10 |
HOMEPAGE="https://www.anchore.com" |
... | ... | |
24 | 24 |
-X github.com/anchore/grype/internal/version.version=${PV} |
25 | 25 |
-X github.com/anchore/grype/internal/version.syftVersion=${SYFT_VERSION} |
26 | 26 |
-X github.com/anchore/grype/internal/version.gitCommit=${GIT_COMMIT} |
27 |
-X github.com/anchore/grype/internal/version.buildDate=${BUILD_DATE} |
|
28 |
-X github.com/anchore/grype/internal/version.gitDescription=v${PV}" |
|
27 |
-X github.com/anchore/grype/internal/version.buildDate=${BUILD_DATE} |
|
28 |
-X github.com/anchore/grype/internal/version.gitDescription=v${PV} |
|
29 |
" ./cmd/grype |
|
29 | 30 |
} |
30 | 31 | |
31 | 32 |
src_install() { |