Skip to content

Commit 4b0b8f2

Browse files
chore: fix volume mount syntax in reusable build workflow
1 parent a526fa0 commit 4b0b8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ jobs:
852852
-e AWS_DEFAULT_REGION="us-west-2" \
853853
-e APPINSPECT_USER \
854854
-e APPINSPECT_PASS \
855-
-v $(pwd):/addon \
855+
-v "$(pwd)":/addon \
856856
956110764581.dkr.ecr.us-west-2.amazonaws.com/ta-automation/gs-scorecard:1.0.0
857857
858858
- name: Upload GS Scorecard report

0 commit comments

Comments
 (0)