This commit is contained in:
Sergey Zhemoytel 2023-10-19 12:18:13 +00:00
parent 2619bba828
commit 452e9c1055
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,3 @@
sources:
git2go-eae00773cce87d5282a8ac7c10b5c1961ee6f9cb.tar.gz: fbd3abab22218ae33ac6c6419130a5a52383294b
kubescape-2.9.0.tar.gz: d8b9109934aebe12abb51e6f7680dfc84c6f37c8
kubescape-2.9.2.tar.gz: 4ce655195b02a6ec7f167c195d40d8d0eb31cd5b

View file

@ -3,7 +3,7 @@
%define git2go_rev eae00773cce87d5282a8ac7c10b5c1961ee6f9cb
Name: kubescape
Version: 2.9.0
Version: 2.9.2
Release: 1
Summary: NSA and CISA kubernetes securely tests
URL: https://github.com/armosec/kubescape
@ -29,6 +29,7 @@ tar -xf %{SOURCE1}
cp -a git2go-%{git2go_rev}/* git2go/
%build
export GOPROXY=direct
go mod tidy
go build -o %{name} .