From b8810afea0bbe05efb97492a10b51b17885306b5 Mon Sep 17 00:00:00 2001 From: "Owen C. Jones" Date: Tue, 12 Feb 2019 15:11:12 +0000 Subject: [PATCH] Added TODO check --- rule/line.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rule/line.go b/rule/line.go index 18138d2..3a7cf9a 100644 --- a/rule/line.go +++ b/rule/line.go @@ -25,6 +25,12 @@ var lineRulesJSON = []byte(` "pattern": "AKIA[0-9A-Z]{16}", "caption": "Possible AWS Access Key", "description": null + }, + { + "type": "regex", + "pattern": "[Tt][Oo][Dd][Oo]", + "caption": "Possible left-in todo comment", + "description": null } ] `)