File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,16 @@ s3-list:
126
126
class : S3ListQuery
127
127
category : files
128
128
description : |
129
- Generate S3 Download Links
129
+ Generate S3 Download Links for an S3 prefix.
130
+
131
+ ## daily-build
132
+ - summary.txt: summary of all build steps
133
+ - git.txt: git command output
134
+ - docker.txt: docker build output
135
+ - maven.txt: maven build output
136
+ - trivy-scan.txt: list all critical vulnerabilities reported by trivy
137
+ - trivy-scan-ignore.txt: list all critical vulnerabilities not excluded by .trivyidgore
138
+ - trivy-scan-fixed.txt: list all critical vulnerabilities that have a fix available
130
139
objects_large :
131
140
link-title : Sample Objects Larger than 1GB
132
141
breadcrumb : bp_obj
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def get_types
43
43
end
44
44
45
45
def run_sql
46
- return_data ( @files , get_types , get_headers )
46
+ format_result_json ( get_types , @files , get_headers )
47
47
end
48
48
49
49
def init_status
You can’t perform that action at this time.
0 commit comments