mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
gosec: Fix violations of G301 (#14980)
* gosec: Fix violations of G301 * Changelog fragment
This commit is contained in:
@@ -78,5 +78,5 @@ func getAndSaveFile(specDocUrl, outFilePath string) error {
|
||||
}
|
||||
|
||||
func prepareDir(dirPath string) error {
|
||||
return os.MkdirAll(dirPath, os.ModePerm)
|
||||
return os.MkdirAll(dirPath, 0750)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user