We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b1c21 commit 7d7f289Copy full SHA for 7d7f289
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