Skip to content

Commit

Permalink
Entrypoint change and Scoutsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasilva committed Dec 21, 2023
1 parent 698596b commit 72b81f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .project_automation/functional_tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ cleanup_all_regions() {
}

run_test() {
echo "Running e2e test"
echo "Running e2e test: $1"
cleanup_all_regions
echo $AWS_DEFAULT_REGION
unset AWS_DEFAULT_REGION
echo $AWS_DEFAULT_REGION
taskcat test run -n
taskcat test run -n -t $1
.project_automation/functional_tests/scoutsuite/scoutsuite.sh
}
# Run taskcat e2e test
run_test
run_test "cfn-abi-lacework-polygraph-multi-org-multi-sub-mapping"

## Executing ash tool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run_scoutsuite() {
# Upload Scoutsuite security scan results to S3 bucket named scoutsuite-results-aws-AWS-ACCOUNT-ID
python3 .project_automation/functional_tests/scoutsuite/process-scoutsuite-report.py
# Delete taskcat e2e test resources
#taskcat test clean ALL
taskcat test clean ALL
process_scoutsuite_report
}

Expand Down

0 comments on commit 72b81f7

Please sign in to comment.