File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -685,12 +685,12 @@ functions:
685
685
AWS_SECRET_ACCESS_KEY : ${aws_secret}
686
686
args :
687
687
- -c
688
- - aws s3 cp scan s3://mciuploads/${project} /${build_variant}/${revision}/${version_id}/${build_id}/scan/ --recursive --acl public-read --region us-east-1
688
+ - aws s3 cp scan s3://mciuploads/mongo-cxx-driver /${build_variant}/${revision}/${version_id}/${build_id}/scan/ --recursive --acl public-read --region us-east-1
689
689
- command : s3.put
690
690
params :
691
691
aws_key : ${aws_key}
692
692
aws_secret : ${aws_secret}
693
- remote_file : ${project} /${build_variant}/${revision}/${version_id}/${build_id}/scan/index.html
693
+ remote_file : mongo-cxx-driver /${build_variant}/${revision}/${version_id}/${build_id}/scan/index.html
694
694
bucket : mciuploads
695
695
permissions : public-read
696
696
local_file : mongo-cxx-driver/scan.html
@@ -715,7 +715,7 @@ functions:
715
715
params :
716
716
aws_key : ${aws_key}
717
717
aws_secret : ${aws_secret}
718
- remote_file : ${project} /${build_variant}/${revision}/${version_id}/${build_id}/silk/augmented.sbom.json
718
+ remote_file : mongo-cxx-driver /${build_variant}/${revision}/${version_id}/${build_id}/silk/augmented.sbom.json
719
719
bucket : mciuploads
720
720
permissions : public-read
721
721
local_file : mongo-cxx-driver/etc/augmented.sbom.json.new
@@ -725,7 +725,7 @@ functions:
725
725
params :
726
726
aws_key : ${aws_key}
727
727
aws_secret : ${aws_secret}
728
- remote_file : ${project} /${build_variant}/${revision}/${version_id}/${build_id}/silk/augmented.sbom.json.diff
728
+ remote_file : mongo-cxx-driver /${build_variant}/${revision}/${version_id}/${build_id}/silk/augmented.sbom.json.diff
729
729
bucket : mciuploads
730
730
permissions : public-read
731
731
local_file : mongo-cxx-driver/diff.txt
You can’t perform that action at this time.
0 commit comments