mirror of
https://github.com/strongdm/comply
synced 2025-12-06 06:14:09 +00:00
Read framework files as .yaml instead of .yml because that is what the file extensions typically come in.
This commit is contained in:
@@ -17,7 +17,7 @@ type File struct {
|
||||
|
||||
// Frameworks lists all standard files.
|
||||
func Frameworks() ([]File, error) {
|
||||
return filesFor("frameworks", "yml")
|
||||
return filesFor("frameworks", "yaml")
|
||||
}
|
||||
|
||||
// Narratives lists all narrative files.
|
||||
|
||||
Reference in New Issue
Block a user