mirror of
https://abf.rosa.ru/djam/syft.git
synced 2025-04-11 07:54:11 +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:
|
||||
syft-1.20.0.tar.gz: b26e46fe3c4e4c8488fe061a0036bd2b697fe36e
|
||||
syft-1.21.0.tar.gz: e370efd96cee5738b6175ac32761ebf24d1d287f
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: syft
|
||||
Version: 1.20.0
|
||||
Version: 1.21.0
|
||||
Release: 1
|
||||
Summary: CLI tool for generating a SBOM
|
||||
URL: https://github.com/anchore/syft
|
||||
|
@ -24,7 +24,7 @@ scanner like Grype.
|
|||
%setup -q
|
||||
|
||||
%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}
|
||||
|
||||
upx bin/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue