Skip to content

Commit

Permalink
Fix missing results excluded from report (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fugue committed Aug 2, 2021
1 parent f76e43e commit 1e9f28d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rego/lib/fugue.rego
Expand Up @@ -88,6 +88,8 @@ missing(params) = ret {
"type": params.resource_type,
"message": object.get(params, "message", "invalid"),
"provider": object.get(params, "provider", ""),
"attribute": null,
"filepath": "",
}
}

Expand Down

0 comments on commit 1e9f28d

Please sign in to comment.