forked from pool/trivy-image
Compare commits
46 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
cde00dd632 | ||
9141ad6ee1 | |||
|
224ae34bf0 | ||
aa1cdcfe76 | |||
|
bfabccb244 | ||
c1c3842f81 | |||
|
f83fc13e18 | ||
b15810b2c8 | |||
674abe8f46 | |||
7439037207 | |||
060f8f8d25 | |||
d518748f46 | |||
|
6dd39dfab6 | ||
4b72518161 | |||
|
f15fc3be23 | ||
d71456560e | |||
523a5f7d27 | |||
4b1f9fe71f | |||
64419f9c66 | |||
365e6a0707 | |||
52b2f53b4e | |||
5676076989 | |||
21bb910fd7 | |||
4addced673 | |||
|
35192a9d9e | ||
77042fad93 | |||
|
0a63f04eec | ||
d7d3bcc65c | |||
|
d23fbb7bd9 | ||
be271b6a4e | |||
|
d6a0dfb6f1 | ||
a9d04c170b | |||
|
aa815c4aba | ||
43e53c227c | |||
b0c09b2b87 | |||
0d802e42bb | |||
|
eb4e1141ba | ||
71b9f65ab2 | |||
|
7e526dcfd0 | ||
a9bec8ffda | |||
|
088be078fe | ||
dd17efcea1 | |||
4ff24ab904 | |||
15a067aa3b | |||
|
9b57172e0e | ||
9433221712 |
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="buildtime" name="kiwi_label_helper"/>
|
||||
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
||||
<service name="replace_using_package_version" mode="buildtime">
|
||||
<service mode="buildtime" name="replace_using_package_version">
|
||||
<param name="file">trivy-image.kiwi</param>
|
||||
<param name="regex">%%trivy_version%%</param>
|
||||
<param name="package">trivy</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-FileCopyrightText: (c) 2022-2024 SUSE LLC
|
||||
# SPDX-FileCopyrightText: (c) 2022-2025 SUSE LLC
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
@ -25,6 +25,6 @@ if command -v zypper > /dev/null; then
|
||||
zypper -n clean
|
||||
fi
|
||||
|
||||
rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||
|
||||
exit 0
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 14:13:48 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- update copyright year
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 13:26:37 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- Change attribute order in _service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 15:34:45 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- remove nonsensical org.opencontainers.image.authors - duplication of .vendor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 11 15:12:52 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||
|
||||
- make the tag with -%RELEASE% the first tag listed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- improved log cleaning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 09:56:19 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- Remove trailing whitespace
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 19:28:10 UTC 2024 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- SPDX-License-Identifier: Apache-2.0 -->
|
||||
<!--
|
||||
Copyright (c) 2024 SUSE LLC
|
||||
<!--
|
||||
Copyright (c) 2025 SUSE LLC
|
||||
|
||||
All modifications and additions to the file contributed by third parties
|
||||
remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -14,7 +14,7 @@ https://github.com/SUSE/BCI-dockerfile-generator
|
||||
Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
-->
|
||||
<!-- OBS-AddTag: opensuse/trivy:%%trivy_version%% opensuse/trivy:%%trivy_version%%-%RELEASE% opensuse/trivy:latest -->
|
||||
<!-- OBS-AddTag: opensuse/trivy:%%trivy_version%%-%RELEASE% opensuse/trivy:%%trivy_version%% opensuse/trivy:latest -->
|
||||
<!-- OBS-Imagerepo: obsrepositories:/ -->
|
||||
|
||||
<image schemaversion="7.4" name="trivy-image" xmlns:suse_label_helper="com.suse.label_helper">
|
||||
@ -27,11 +27,10 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
<type image="docker" derived_from="obsrepositories:/opensuse/bci/bci-micro#latest">
|
||||
<containerconfig
|
||||
name="opensuse/trivy"
|
||||
tag="%%trivy_version%%"
|
||||
additionaltags="%%trivy_version%%-%RELEASE%,latest">
|
||||
tag="%%trivy_version%%-%RELEASE%"
|
||||
additionaltags="%%trivy_version%%,latest">
|
||||
<labels>
|
||||
<suse_label_helper:add_prefix prefix="org.opensuse.application.trivy">
|
||||
<label name="org.opencontainers.image.authors" value="openSUSE (https://www.opensuse.org/)"/>
|
||||
<label name="org.opencontainers.image.title" value="openSUSE Tumbleweed Container Vulnerability Scanner"/>
|
||||
<label name="org.opencontainers.image.description" value="Container Vulnerability Scanner container based on the openSUSE Tumbleweed Base Container Image."/>
|
||||
<label name="org.opencontainers.image.version" value="%%trivy_version%%"/>
|
||||
@ -51,7 +50,7 @@ You can contact the BCI team via https://github.com/SUSE/bci/discussions
|
||||
<entrypoint execute="/usr/bin/trivy"/>
|
||||
</containerconfig>
|
||||
</type>
|
||||
<version>2024</version>
|
||||
<version>2025</version>
|
||||
<packagemanager>zypper</packagemanager>
|
||||
<rpm-check-signatures>false</rpm-check-signatures>
|
||||
<rpm-excludedocs>true</rpm-excludedocs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user