Skip to content

Commit

Permalink
chore(sast): remove empty set for env vars (#6061)
Browse files Browse the repository at this point in the history
  • Loading branch information
omryMen committed Mar 3, 2024
1 parent 8d1c345 commit fb26fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cdk_integration_tests/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ delete_reports () {
rm checkov_checks_list.txt
}

echo "calling set_env_vars"
set_env_vars
#echo "calling set_env_vars"
#set_env_vars

if [[ -z "BC_API_KEY" ]]; then
echo "BC_API_KEY is missing."
Expand Down

0 comments on commit fb26fc2

Please sign in to comment.