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 4fb75ef commit 3adf536Copy full SHA for 3adf536
scanners/boostsecurityio/poutine/module.yaml
@@ -14,7 +14,8 @@ steps:
14
- scan:
15
command:
16
docker:
17
- image: ghcr.io/boostsecurityio/poutine:0.15.2@sha256:f706446664a1988c6d33c70b00100442eb3c28eed694a450a50c641b5659c2d8
18
- command: analyze_local . --format sarif
+ image: public.ecr.aws/boostsecurityio/boost-scanner-poutine:f76592a@sha256:77ae9b7a923dced2741ba9bb19f143bc20986454bfa30dece39ef723c5f98bf5
+ command: |
19
+ -c 'git config --global --add safe.directory /src'
20
workdir: /src
21
format: sarif
0 commit comments