'Potential secret found in variables of ECS task definition...' gives incorrect line numbers #2619
-
In scan results I found out the the scan type 'Potential secret found in variables of ECS task definition...' gives incorrect line numbers, like 'Base64 High Entropy String on line 4, Secret Keyword on line 4' etc. When I look into the 'task_definition.json' file I do not see any secrets on those lines. How should I count those line numbers? Maybe there is a base for that 'line 4' like I need to start from the 'environment' key line? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @trigger1919, these line numbers starts at the Thanks for using Prowler 🚀 |
Beta Was this translation helpful? Give feedback.
Hi @trigger1919, these line numbers starts at the
environment
key of your ECS Task Definition and matches theenvironment.Name
. Can you check that these lines are correct now?Thanks for using Prowler 🚀