Skip to content

Commit

Permalink
ci: Removing non-existent file from upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Jul 14, 2023
1 parent 29ff93f commit ac37ef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generatepyattckdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Upload files to S3 with AWS CLI
run: |
cd ..
aws s3 cp generated_attck_data.json s3://${{ secrets.SWIMLANE_PYATTCK_AWS_BUCKET_NAME }} --acl public-read
aws s3 cp generated_attck_data_v2.json s3://${{ secrets.SWIMLANE_PYATTCK_AWS_BUCKET_NAME }} --acl public-read
aws s3 cp attck_to_nist_controls.json s3://${{ secrets.SWIMLANE_PYATTCK_AWS_BUCKET_NAME }} --acl public-read
aws s3 cp merged_enterprise_attck_v1.json s3://${{ secrets.SWIMLANE_PYATTCK_AWS_BUCKET_NAME }} --acl public-read
Expand Down

0 comments on commit ac37ef8

Please sign in to comment.