Skip to content

Commit 46eeb17

Browse files
committed
daily build
1 parent 6b696c3 commit 46eeb17

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src-admintool/config/reports.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,16 @@ s3-list:
126126
class: S3ListQuery
127127
category: files
128128
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
130139
objects_large:
131140
link-title: Sample Objects Larger than 1GB
132141
breadcrumb: bp_obj

src-admintool/queries/s3_list_query.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_types
4343
end
4444

4545
def run_sql
46-
return_data(@files, get_types, get_headers)
46+
format_result_json(get_types, @files, get_headers)
4747
end
4848

4949
def init_status

0 commit comments

Comments
 (0)