Skip to content

Commit 24e7f30

Browse files
authored
Merge pull request #50 from xoap-io/dev
fix: removed kics from init script, added docker
2 parents 61f7113 + cc90f7b commit 24e7f30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/init.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ $brewPackages = @(
88
"checkov",
99
"terrascan",
1010
"golang",
11-
"Checkmarx/tap/kics"
12-
11+
"docker"
1312
)
1413
function ReplaceAllStringsInFile($SearchString, $ReplaceString, $FullPathToFile) {
1514
$content = [System.IO.File]::ReadAllText("$FullPathToFile").Replace("$SearchString", "$ReplaceString")

0 commit comments

Comments
 (0)