Skip to content

Commit 6b5476f

Browse files
committed
command
1 parent ac08655 commit 6b5476f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scanners/boostsecurityio/poutine/module.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
command:
1616
docker:
1717
image: public.ecr.aws/boostsecurityio/boost-scanner-poutine:0d9767e@sha256:1f3ca616dcdde9e984d758dd1e78e73f834e6e1e12d07c4364a3d7d9b64918f9
18-
command: 'poutine analyze_local . --format sarif'
18+
command: |
19+
-c "poutine analyze_local . --format sarif"
1920
workdir: /src
2021
format: sarif

0 commit comments

Comments
 (0)