From 70de0231140e2ce8a7fc407375fa0b42b3c3c0ef Mon Sep 17 00:00:00 2001 From: "Mr. Secure" Date: Fri, 11 Oct 2019 20:30:59 -0500 Subject: [PATCH] more output structure cleanup --- util/Audit_Pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Audit_Pipeline.yaml b/util/Audit_Pipeline.yaml index d4fec59b..c8b7ef8c 100644 --- a/util/Audit_Pipeline.yaml +++ b/util/Audit_Pipeline.yaml @@ -226,8 +226,8 @@ Resources: PrivilegedMode: False Image: "aws/codebuild/standard:2.0-1.12.0" ImagePullCredentialsType: "CODEBUILD" - Artifacts: - Name: "ProwlerResults" + Artifacts: # s3://stack-prowlerresults-randomness/prowler/results/... + Name: "results" Type: "S3" Location: !Ref ProwlerResults Path: "prowler"