1.21.0
All checks were successful
Run CI/CD... / main (push) Successful in 6m47s

This commit is contained in:
Your Name 2025-03-17 21:23:18 +00:00
parent fccc2e4422
commit ee874855b1
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
syft-1.20.0.tar.gz: b26e46fe3c4e4c8488fe061a0036bd2b697fe36e
syft-1.21.0.tar.gz: e370efd96cee5738b6175ac32761ebf24d1d287f

View file

@ -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}