mirror of
https://abf.rosa.ru/djam/syft.git
synced 2025-04-26 11:01:48 +00:00
This commit is contained in:
parent
fccc2e4422
commit
ee874855b1
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
syft-1.20.0.tar.gz: b26e46fe3c4e4c8488fe061a0036bd2b697fe36e
|
syft-1.21.0.tar.gz: e370efd96cee5738b6175ac32761ebf24d1d287f
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: syft
|
Name: syft
|
||||||
Version: 1.20.0
|
Version: 1.21.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: CLI tool for generating a SBOM
|
Summary: CLI tool for generating a SBOM
|
||||||
URL: https://github.com/anchore/syft
|
URL: https://github.com/anchore/syft
|
||||||
|
@ -24,7 +24,7 @@ scanner like Grype.
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPROXY=https://proxy.golang.org/cached-only
|
export GOPROXY=https://proxy.golang.org,direct
|
||||||
go build -ldflags "-s -w" -o bin/%{name} ./cmd/%{name}
|
go build -ldflags "-s -w" -o bin/%{name} ./cmd/%{name}
|
||||||
|
|
||||||
upx bin/%{name}
|
upx bin/%{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue