mirror of
https://abf.rosa.ru/djam/kubesec.git
synced 2025-02-23 16:52:47 +00:00
This commit is contained in:
parent
facc074c09
commit
77483b6911
2 changed files with 3 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
kubesec-2.11.2.tar.gz: 4640416d63bb3cc479f66c7f3bb560032453c2d1
|
||||
kubesec-2.14.2.tar.gz: abff9706898fc1ee481018662c48713040aade25
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: kubesec
|
||||
Version: 2.11.2
|
||||
Version: 2.14.2
|
||||
Release: 1
|
||||
Summary: Security risk analysis for Kubernetes resources
|
||||
URL: https://kubesec.io
|
||||
|
@ -20,6 +20,7 @@ Security risk analysis for Kubernetes resources
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
%make build
|
||||
upx dist/%{name}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue