mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 09:38:42 +00:00
Mark exec.Command with nosec
This commit is contained in:
@@ -137,7 +137,7 @@ func downloadAndUnzip(url string, path string, target string) error {
|
||||
|
||||
// Executes a command, waits for it to finish and returns any errors.
|
||||
func executeCmd(cmd string, args []string) error {
|
||||
command := exec.Command(cmd, args...)
|
||||
command := exec.Command(cmd, args...) // #nosec
|
||||
return command.Run()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user