From 0a22b1bcb52c642fea99c406596b56fdc12dc826 Mon Sep 17 00:00:00 2001 From: "vladyslav.guriev" Date: Wed, 14 Aug 2024 15:52:37 +0300 Subject: [PATCH] Add comments --- .appinspect.manualcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appinspect.manualcheck.yaml b/.appinspect.manualcheck.yaml index 259ae25..cf05cf7 100644 --- a/.appinspect.manualcheck.yaml +++ b/.appinspect.manualcheck.yaml @@ -12,7 +12,7 @@ check_for_insecure_http_calls_in_python: comment: 'Checking for insecure HTTP calls in Python' check_for_secret_disclosure: - comment: '' + comment: 'Checking for secret disclosure' check_for_executable_flag: comment: 'Checking for executable flag' \ No newline at end of file