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 ac08655 commit 6b5476fCopy full SHA for 6b5476f
scanners/boostsecurityio/poutine/module.yaml
@@ -15,6 +15,7 @@ steps:
15
command:
16
docker:
17
image: public.ecr.aws/boostsecurityio/boost-scanner-poutine:0d9767e@sha256:1f3ca616dcdde9e984d758dd1e78e73f834e6e1e12d07c4364a3d7d9b64918f9
18
- command: 'poutine analyze_local . --format sarif'
+ command: |
19
+ -c "poutine analyze_local . --format sarif"
20
workdir: /src
21
format: sarif
0 commit comments