We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f381c82 commit ee21802Copy full SHA for ee21802
steps/Default.pkl
@@ -19,4 +19,7 @@ steps = new Mapping<String, Config.Step> {
19
20
// terraform formatting - assumes correct terraform is available, e.g. via mise or similar
21
["terraform"] = Builtins.terraform
22
+
23
+ // include secret scanning by default
24
+ ["gitleaks"] = Shared.gitleaks
25
}
0 commit comments