Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 3fc331f

Browse files
committed
Update to preferred npx@7 syntax (patch)
1 parent 64d7278 commit 3fc331f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ services:
44
pipeline-checkov:
55
build:
66
context: ./
7-
command: npx @quantum-sec/ci-analysis-collector checkov --path /workspace/
7+
command: npx --yes --package '@quantum-sec/ci-analysis-collector' --call 'ci-analysis-collector checkov --path /workspace/'
88
volumes:
99
- ".submodules/terragoat:/workspace/"

0 commit comments

Comments
 (0)