Skip to content

Commit

Permalink
Add documentation for docker resources (#3825)
Browse files Browse the repository at this point in the history
More docs generation

Signed-off-by: Tim Smith <tsmith84@gmail.com>
Co-authored-by: Christoph Hartmann <chris@lollyrock.com>
  • Loading branch information
tas50 and chris-rock authored Apr 25, 2024
1 parent 4f5a039 commit c119bee
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions providers/os/resources/os.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ resources:
images: {}
min_mondoo_version: 5.15.0
docker.container:
docs:
desc: |
The `docker.container` resource provides fields for assessing running Docker containers.
fields:
command: {}
id: {}
Expand All @@ -123,26 +126,32 @@ resources:
status: {}
min_mondoo_version: 5.15.0
docker.file:
docs:
desc: |
The `docker.file` resource provides fields for assessing Dockerfiles.
fields:
file: {}
instructions: {}
os: {}
stages: {}
min_mondoo_version: latest
min_mondoo_version: 9.0.0
refs:
- title: Dockerfile Reference
url: https://docs.docker.com/reference/dockerfile/
docker.file.add:
fields:
chmod: {}
chown: {}
dst: {}
src: {}
min_mondoo_version: latest
min_mondoo_version: 9.0.0
docker.file.copy:
fields:
chmod: {}
chown: {}
dst: {}
src: {}
min_mondoo_version: latest
min_mondoo_version: 9.0.0
docker.file.expose:
fields:
port: {}
Expand All @@ -155,11 +164,11 @@ resources:
name: {}
platform: {}
tag: {}
min_mondoo_version: latest
min_mondoo_version: 9.0.0
docker.file.run:
fields:
script: {}
min_mondoo_version: latest
min_mondoo_version: 9.0.0
docker.file.stage:
fields:
add: {}
Expand All @@ -171,7 +180,7 @@ resources:
file: {}
from: {}
run: {}
min_mondoo_version: latest
min_mondoo_version: 9.0.0
docker.image:
fields:
id: {}
Expand Down

0 comments on commit c119bee

Please sign in to comment.