Ensure not use sudo command

When you prefix "sudo" with any command, it will execute that command with elevated privileges or, in other words, allow a user with proper permissions to execute a command as another user. Such a factor can cause malicious actions.

Risk Level: medium
Platform: Github
Spectral Rule ID: GHAC012

REMEDIATION

Remove 'sudo' command

Read more: