add s3 dirctory option (#457)
This commit is contained in:
committed by
kota kanbe
parent
0a3f0f9ffc
commit
cbd1c12773
@@ -1058,6 +1058,7 @@ report:
|
||||
[-aws-profile=default]
|
||||
[-aws-region=us-west-2]
|
||||
[-aws-s3-bucket=bucket_name]
|
||||
[-aws-s3-results-dir=/bucket/path/to/results]
|
||||
[-azure-account=accout]
|
||||
[-azure-key=key]
|
||||
[-azure-container=container]
|
||||
@@ -1073,6 +1074,8 @@ report:
|
||||
AWS region to use (default "us-east-1")
|
||||
-aws-s3-bucket string
|
||||
S3 bucket name
|
||||
-aws-s3-results-dir string
|
||||
/bucket/path/to/results (option)
|
||||
-azure-account string
|
||||
Azure account name to use. AZURE_STORAGE_ACCOUNT environment variable is used if not specified
|
||||
-azure-container string
|
||||
@@ -1136,7 +1139,7 @@ report:
|
||||
-to-localfile
|
||||
Write report to localfile
|
||||
-to-s3
|
||||
Write report to S3 (bucket/yyyyMMdd_HHmm/servername.json/xml/txt)
|
||||
Write report to S3 (bucket/dir/yyyyMMdd_HHmm/servername.json/xml/txt)
|
||||
-to-slack
|
||||
Send report via Slack
|
||||
```
|
||||
@@ -1286,6 +1289,7 @@ $ vuls report \
|
||||
-format-json \
|
||||
-aws-region=ap-northeast-1 \
|
||||
-aws-s3-bucket=vuls \
|
||||
-aws-s3-results-dir=/bucket/path/to/results \
|
||||
-aws-profile=default
|
||||
```
|
||||
With this sample command, it will ..
|
||||
|
||||
Reference in New Issue
Block a user