diff options
author | Apachez <apachez@gmail.com> | 2023-09-30 04:35:49 +0200 |
---|---|---|
committer | Apachez <apachez@gmail.com> | 2023-09-30 04:35:49 +0200 |
commit | baac90e4deb2c8d4c5c1491ec10bacec87d5e3f6 (patch) | |
tree | 6e15bb6267b71e459dfdfa87634e45e5e965e460 /data | |
parent | 1bd9c9990a4492908c20a2b4edbfe818adf2ae2d (diff) | |
download | vyos-build-baac90e4deb2c8d4c5c1491ec10bacec87d5e3f6.tar.gz vyos-build-baac90e4deb2c8d4c5c1491ec10bacec87d5e3f6.zip |
T5624: Remove /etc/debian_version from the image
Diffstat (limited to 'data')
-rw-r--r-- | data/live-build-config/rootfs/excludes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/live-build-config/rootfs/excludes b/data/live-build-config/rootfs/excludes index 2af69d7b..a5fe41e5 100644 --- a/data/live-build-config/rootfs/excludes +++ b/data/live-build-config/rootfs/excludes @@ -57,3 +57,6 @@ var/log/*/*.log.xz ... *.kbx~ var/lib/dpkg/*-old +# T5624: Remove the Debian version file to avoid false positives from security scanners. +etc/debian_version + |