Skip to content

Commit

Permalink
chore: Fix wrong sec-scanner-config.yaml file path (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisarbalik authored Dec 17, 2024
1 parent b824572 commit fe9fcd4
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 fe9fcd4

Please sign in to comment.