IacFindingDetail
No description
type IacFindingDetail {
codeSnippet(
blob: Boolean = false
disposition: String = "inline"
): String!
commitRef: String
deployId: String
fileName: String!
firstLine: Int!
id: ID!
sink: String
source: String
vulnerableLine: Int!
}
Fields
IacFindingDetail.codeSnippet ● String! non-null scalar
IacFindingDetail.codeSnippet.blob ● Boolean scalar
IacFindingDetail.codeSnippet.disposition ● String scalar
IacFindingDetail.commitRef ● String scalar
The hash of the commit that originated the issue
IacFindingDetail.deployId ● String scalar
The related deployment ID
IacFindingDetail.fileName ● String! non-null scalar
The name of the file that contains the code snippet
IacFindingDetail.firstLine ● Int! non-null scalar
The line where the code snippet starts
IacFindingDetail.id ● ID! non-null scalar
IacFindingDetail.sink ● String scalar
IacFindingDetail.source ● String scalar
IacFindingDetail.vulnerableLine ● Int! non-null scalar
The vulnerable line number
Member Of
IacFinding object