Skip to content

Commit

Permalink
fix wrong file path
Browse files Browse the repository at this point in the history
  • Loading branch information
hisarbalik committed Dec 17, 2024
1 parent 38a6100 commit 78cea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools/populateimages/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ package testkit
}

func generateSecScanConfig(data map[string]string) error {
file, err := os.Create("../../sec-scanners-config.yaml")
file, err := os.Create("./sec-scanners-config.yaml")
if err != nil {
return fmt.Errorf("error opening/creating file: %w", err)
}
Expand Down

0 comments on commit 78cea9e

Please sign in to comment.