Skip to content

Commit 3adf536

Browse files
committed
wip packaging poutine
1 parent 4fb75ef commit 3adf536

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scanners/boostsecurityio/poutine/module.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ steps:
1414
- scan:
1515
command:
1616
docker:
17-
image: ghcr.io/boostsecurityio/poutine:0.15.2@sha256:f706446664a1988c6d33c70b00100442eb3c28eed694a450a50c641b5659c2d8
18-
command: analyze_local . --format sarif
17+
image: public.ecr.aws/boostsecurityio/boost-scanner-poutine:f76592a@sha256:77ae9b7a923dced2741ba9bb19f143bc20986454bfa30dece39ef723c5f98bf5
18+
command: |
19+
-c 'git config --global --add safe.directory /src'
1920
workdir: /src
2021
format: sarif

0 commit comments

Comments
 (0)