mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
remove some FPs in js/password-in-configuration-file
This commit is contained in:
@@ -5,3 +5,8 @@ steps:
|
||||
username: <%= ENV['USERNAME'] %>
|
||||
password: <%= ENV['PASSWORD'] %>
|
||||
password: change_me
|
||||
query:
|
||||
- run : |
|
||||
printf("This is some scripting")
|
||||
password = os.env['PASSWORD']
|
||||
password: foo("blab")
|
||||
Reference in New Issue
Block a user