Skip to content

Commit

Permalink
Merge branch 'main' into feat/allow-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Mar 26, 2023
2 parents 0476dcb + 9fc7d48 commit d3d3e79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/config-finder/config_finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ func configFileNames() []string {
"aqua.yml",
".aqua.yaml",
".aqua.yml",
"aqua/aqua.yaml",
"aqua/aqua.yml",
".aqua/aqua.yaml",
".aqua/aqua.yml",
filepath.Join("aqua", "aqua.yaml"),
filepath.Join("aqua", "aqua.yml"),
filepath.Join(".aqua", "aqua.yaml"),
filepath.Join(".aqua", "aqua.yml"),
}
}

Expand Down

0 comments on commit d3d3e79

Please sign in to comment.