This commit is contained in:
parent
08a5431eb0
commit
097359cc77
1 changed files with 4 additions and 0 deletions
|
@ -199,6 +199,10 @@ var rootCmd = &cobra.Command{
|
|||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
if err := os.WriteFile("output.md", []byte(markdownOutputStr), 0644); err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
||||
// This will trigger gosec
|
||||
file, err := os.OpenFile("testing.txt", os.O_APPEND|os.O_CREATE|os.O_WRONLY, os.ModePerm)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue