1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: openscap-daemon
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Philippe Thierry <phil@reseau-libre.net>
Build-Depends:
debhelper (>=10),
dh-python,
python3 (>= 3.5),
python3-dbus,
python3-distutils,
python3-docker,
python3-lxml,
Standards-Version: 4.1.5
X-Python3-Version: >= 3.5
Homepage: https://www.open-scap.org/tools/openscap-daemon
Vcs-Git: https://salsa.debian.org/pkg-security-team/openscap-daemon.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/openscap-daemon
Package: openscap-daemon
Architecture: all
Depends:
dbus,
libopenscap8,
lsb-base,
python3-dbus,
python3-docker,
python3-lxml,
python3-gi,
ssg-base,
${misc:Depends},
${python3:Depends},
Multi-Arch: foreign
Recommends:
openssh-client,
ssg-debian
Suggests:
docker,
ssg-debderived,
ssg-nondebian,
ssg-applications
Description: Daemon for infrastructure continuous SCAP compliance checks
This service is a daemon that allows periodic compliance scans of a complete
infrastructure, supporting local checks, remote checks, VM or Docker checks.
The daemon is associated with a CLI allowing easy configuration of targets and
security profiles to evaluate and easy results and reports management
|