Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 103c47a

Browse files
authored
Update entrypoint.sh
1 parent 77994ff commit 103c47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ aws configure set aws_secret_access_key "$AWS_SECRET_ACCESS_KEY"
1313
aws configure set region "$AWS_REGION"
1414

1515
# Run the main Python script
16-
python3 /path/to/your/main_script.py --aws-access-key-id "$AWS_ACCESS_KEY_ID" --aws-secret-access-key "$AWS_SECRET_ACCESS_KEY" --aws-region "$AWS_REGION" --assessment-run-arn "$ASSESSMENT_RUN_ARN"
16+
python3 main.py --aws-access-key-id "$AWS_ACCESS_KEY_ID" --aws-secret-access-key "$AWS_SECRET_ACCESS_KEY" --aws-region "$AWS_REGION" --assessment-run-arn "$ASSESSMENT_RUN_ARN"

0 commit comments

Comments
 (0)