Skip to content

Commit f65f1d3

Browse files
committed
fetch summary for error message
1 parent 15599e6 commit f65f1d3

File tree

1 file changed

+6
-0
lines changed
  • src/routes/team/[team]/[env]/app/[app]

1 file changed

+6
-0
lines changed

src/routes/team/[team]/[env]/app/[app]/+page.gql

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ query App($app: String!, $team: Slug!, $env: String!) {
6565
... on WorkloadStatusInvalidNaisYaml {
6666
detail
6767
}
68+
... on WorkloadStatusVulnerable {
69+
summary {
70+
critical
71+
riskScore
72+
}
73+
}
6874
}
6975
}
7076

0 commit comments

Comments
 (0)