Skip to content

Commit ee21802

Browse files
committed
feat: include secret scan in default configuration
1 parent f381c82 commit ee21802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

steps/Default.pkl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ steps = new Mapping<String, Config.Step> {
1919

2020
// terraform formatting - assumes correct terraform is available, e.g. via mise or similar
2121
["terraform"] = Builtins.terraform
22+
23+
// include secret scanning by default
24+
["gitleaks"] = Shared.gitleaks
2225
}

0 commit comments

Comments
 (0)