forked from pool/trivy
Compare commits
43 Commits
Author | SHA256 | Date | |
---|---|---|---|
265147e787 | |||
463e1def15 | |||
c019e481cc | |||
|
549331d8b8 | ||
fb453cccef | |||
|
16e3bb45d9 | ||
e5483757bf | |||
|
abd568917e | ||
02f746d2a3 | |||
|
fd22818eb9 | ||
eaa1d19d8e | |||
|
dd38f6440d | ||
b1620bb580 | |||
|
7ca63ef751 | ||
|
f0646f271b | ||
|
242c86594f | ||
613bf3e03c | |||
|
d519931762 | ||
ff71303c93
|
|||
296e8bd503 | |||
|
757447aee9 | ||
|
021d08eb6c | ||
|
74c123e467 | ||
2d26b2793e | |||
7b167d9c3b
|
|||
59397611e8
|
|||
aae9ac0477
|
|||
ee0748bb75 | |||
|
4c05bd9c33 | ||
2bfad5183b | |||
|
9b5c03e298 | ||
|
eab0f16835 | ||
|
8c16244bf4 | ||
|
da98a7ae05 | ||
|
c709c9b193 | ||
|
412b62b3f0 | ||
|
c8e863eb57 | ||
|
b3400c2aca | ||
|
8c08a13603 | ||
|
661ba95127 | ||
|
adb3b06bd8 | ||
|
7d888486b3 | ||
96ac2f27c0 |
@@ -1,4 +0,0 @@
|
||||
mtime: 1717679875
|
||||
commit: 579ede4865fcf5783c98eab0446e1c095dd85e84
|
||||
url: https://src.opensuse.org/dirkmueller/trivy.git
|
||||
revision: 579ede4865fcf5783c98eab0446e1c095dd85e84
|
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.52.0</param>
|
||||
<param name="revision">v0.66.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="changesrevision">c24dfbab68056a42aff9589b024c6f2d067f9f52</param></service></servicedata>
|
||||
<param name="changesrevision">7bcb181268893fdd69ef4582588c040bb1036c33</param></service></servicedata>
|
BIN
trivy-0.52.0.tar.zst
(Stored with Git LFS)
BIN
trivy-0.52.0.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.66.0.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.66.0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
997
trivy.changes
997
trivy.changes
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package trivy
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: trivy
|
||||
Version: 0.52.0
|
||||
Version: 0.66.0
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
@@ -25,12 +25,11 @@ Group: System/Management
|
||||
URL: https://github.com/aquasecurity/trivy
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: golang(API) = 1.22
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: zstd
|
||||
BuildRequires: golang(API) = 1.24
|
||||
Requires: ca-certificates
|
||||
Requires: git-core
|
||||
Requires: rpm
|
||||
|
||||
%description
|
||||
Trivy (`tri` pronounced like trigger, `vy` pronounced like envy) is a simple and
|
||||
@@ -43,7 +42,7 @@ scan. All you need to do for scanning is to specify a target such as an image
|
||||
name of the container.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -a1
|
||||
%setup -a1
|
||||
|
||||
%build
|
||||
export CGO_ENABLED=1
|
||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user