-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fc0caa
commit 5c7ebcc
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Required by pipeline | ||
check_for_builtin_functions: | ||
comment: '' | ||
comment: 'Checking for built-in functions' | ||
|
||
check_for_generic_operating_system_services: | ||
comment: '' | ||
comment: 'Checking for generic operating system services' | ||
|
||
check_for_plain_text_credentials_in_python: | ||
comment: '' | ||
comment: 'Checking for plain text credentials in Python' | ||
|
||
check_for_insecure_http_calls_in_python: | ||
comment: '' | ||
comment: 'Checking for insecure HTTP calls in Python' | ||
|
||
check_for_secret_disclosure: | ||
comment: '' | ||
|
||
check_for_executable_flag: | ||
comment: '' | ||
comment: 'Checking for executable flag' |