From 5fc0caaae289b6f9e7aedc95662b739fa5657275 Mon Sep 17 00:00:00 2001 From: "vladyslav.guriev" Date: Wed, 14 Aug 2024 15:47:01 +0300 Subject: [PATCH] Add appinspect.manualcheck.yaml for pipeline --- .appinspect.manualcheck.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .appinspect.manualcheck.yaml diff --git a/.appinspect.manualcheck.yaml b/.appinspect.manualcheck.yaml new file mode 100644 index 0000000..8d115f3 --- /dev/null +++ b/.appinspect.manualcheck.yaml @@ -0,0 +1,18 @@ +# Required by pipeline +check_for_builtin_functions: + comment: '' + +check_for_generic_operating_system_services: + comment: '' + +check_for_plain_text_credentials_in_python: + comment: '' + +check_for_insecure_http_calls_in_python: + comment: '' + +check_for_secret_disclosure: + comment: '' + +check_for_executable_flag: + comment: '' \ No newline at end of file