We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0bd1d commit 24019edCopy full SHA for 24019ed
entrypoint.sh
@@ -8,6 +8,7 @@ exit_with_err() {
8
9
function run_orca_iac_scan() {
10
cd "${GITHUB_WORKSPACE}" || exit_with_err "could not find GITHUB_WORKSPACE: ${GITHUB_WORKSPACE}"
11
+ git config --global --add safe.directory "$PWD"
12
echo "Running Orca IaC scan:"
13
echo orca-cli "${GLOBAL_FLAGS[@]}" iac scan "${SCAN_FLAGS[@]}"
14
orca-cli "${GLOBAL_FLAGS[@]}" iac scan "${SCAN_FLAGS[@]}"
0 commit comments