Skip to content

Commit

Permalink
Merge pull request #64 from awsntheule/bugfix/issue-58
Browse files Browse the repository at this point in the history
Issue 58: missing double quotes
  • Loading branch information
scrthq committed Apr 18, 2024
2 parents 344c251 + 0b111e9 commit 40c1a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ash
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ else
echo "Running ASH scan using built image..."
${RESOLVED_OCI_RUNNER} run \
--rm \
-e ACTUAL_SOURCE_DIR=${SOURCE_DIR} \
-e ACTUAL_OUTPUT_DIR=${OUTPUT_DIR} \
-e ACTUAL_SOURCE_DIR="${SOURCE_DIR}" \
-e ACTUAL_OUTPUT_DIR="${OUTPUT_DIR}" \
-e ASH_DEBUG=${DEBUG} \
--mount type=bind,source="${SOURCE_DIR}",destination=/src,readonly \
--mount type=bind,source="${OUTPUT_DIR}",destination=/out \
Expand Down

0 comments on commit 40c1a06

Please sign in to comment.