Skip to content

Commit ba3f28d

Browse files
committed
utils/oscap-docker: Add information about --oscap argument to the man page.
1 parent 36db95d commit ba3f28d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

utils/oscap-docker.8

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
oscap-docker \- Tool for running oscap within docker container or image
44
.SH DESCRIPTION
55
oscap-docker tool can asses vulnerabilities or security compliance of running Docker
6-
containers or cold Docker images. OpenSCAP tool (oscap) is used underneath. Definition
6+
containers or cold Docker images. OpenSCAP tool \fBoscap(8)\fR is used underneath. Definition
77
of vulnerabilities (CVE stream) is downloaded from product vendor.
88

99
.SS Compliance scan of Docker image
1010
Usage: oscap-docker image IMAGE_NAME OSCAP_ARGUMENT [OSCAP_ARGUMENT...]
1111

12-
Run any OpenSCAP (oscap) command within chroot of mounted docker image. Learn more
13-
about oscap arguments in oscap(8) man page.
12+
Run any OpenSCAP \fBoscap(8)\fR command within chroot of mounted docker image. Learn more
13+
about arguments in \fBoscap(8)\fR man page.
1414

1515
.SS Compliance scan of Docker container
1616
Usage: oscap-docker container CONTAINER_NAME OSCAP_ARGUMENT [OSCAP_ARGUMENT...]
1717

18-
Run any OpenSCAP (oscap) command within chroot of mounted docker container. Result
18+
Run any OpenSCAP \fBoscap(8)\fR command within chroot of mounted docker container. Result
1919
of this command may differ from scanning just an image due to defined mount points.
2020

2121
.SS "Vulnerability scan of Docker image"
@@ -30,6 +30,8 @@ Usage: oscap-docker container-cve CONTAINER_NAME [--results oval-results-file.xm
3030
Chroot to running container, determine OS variant/version, download CVE stream applicable
3131
to the given OS and finally run a vulnerability scan.
3232

33+
In order to use different \fBoscap(8)\fR binary pass it like --oscap=<path/to/oscap>, as the first argument.
34+
3335
.SH SECURITY POLICIES
3436
.TP
3537
\fB SCAP-Security-Guide\fR package contains multiple configuration policies.

0 commit comments

Comments
 (0)