-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme_table.yaml
75 lines (64 loc) · 2.64 KB
/
readme_table.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# this file is in fact an input to generate README.md table
# ensure to provide full paths to files
---
- name: AWS ECR security scan plaintext short
input: examples/aws_ecr_scan_result.json
template: templates/aws_ecr_scan_result_plaintext_short.j2
output: examples/aws_ecr_scan_result_plaintext_short.txt
type: shell
- name: AWS ECR security scan plaintext long
input: examples/aws_ecr_scan_result.json
template: templates/aws_ecr_scan_result_plaintext_long.j2
output: examples/aws_ecr_scan_result_plaintext_long.txt
type: shell
- name: AWS ECR security scan HTML
input: examples/aws_ecr_scan_result.json
template: templates/aws_ecr_scan_result_html.j2
output: examples/aws_ecr_scan_result_html.html
type: shell
- name: AWS ECR security scan CSV
input: examples/aws_ecr_scan_result.json
template: templates/aws_ecr_scan_result_csv.j2
output: examples/aws_ecr_scan_result_csv.csv
type: shell
- name: AWS ECR security scan plaintext short for failed scan
input: examples/aws_ecr_scan_result_failed.json
template: templates/aws_ecr_scan_result_plaintext_short.j2
output: examples/aws_ecr_scan_result_plaintext_short_failed.txt
type: shell
- name: AWS ECR security scan plaintext long for failed scan
input: examples/aws_ecr_scan_result_failed.json
template: templates/aws_ecr_scan_result_plaintext_long.j2
output: examples/aws_ecr_scan_result_plaintext_long_failed.txt
type: shell
- name: AWS ECR security scan HTML for failed scan
input: examples/aws_ecr_scan_result_failed.json
template: templates/aws_ecr_scan_result_html.j2
output: examples/aws_ecr_scan_result_html_failed.html
type: shell
- name: AWS ECR security scan CSV for failed scan
input: examples/aws_ecr_scan_result_failed.json
template: templates/aws_ecr_scan_result_csv.j2
output: examples/aws_ecr_scan_result_csv_failed.csv
type: shell
- name: "[wagoodman/dive](https://github.com/wagoodman/dive) plain text"
input: examples/dive.json
template: templates/dive_plaintext.j2
output: examples/dive_plaintext.txt
type: shell
- name: "[wagoodman/dive](https://github.com/wagoodman/dive) HTML"
input: examples/dive.json
template: templates/dive_html.j2
output: examples/dive_html.html
type: shell
- name: docker inspect plain text to simulate YAML cause we can!
input: examples/docker_inspect.json
template: templates/docker_inspect_plaintext.j2
output: examples/docker_inspect_plaintext.yaml
type: docker
comment: This one is rendered totally within docker container
- name: skopeo stdout plaintext as MarkDown
input: examples/skopeo_stdout.json
template: templates/skopeo_markdown.j2
output: examples/skopeo_markdown.md
type: shell