SecretFindingDetail
No description
type SecretFindingDetail {
codeSnippet: String!
commitRef: String
deployId: String
fileName: String!
firstLine: Int!
id: ID!
sink: String
source: String
vulnerableLine: Int!
}
Fields
SecretFindingDetail.codeSnippet
● String!
non-null scalar
The code snippet that contains the vulnerability
SecretFindingDetail.commitRef
● String
scalar
The hash of the commit that originated the issue
SecretFindingDetail.deployId
● String
scalar
The related deployment ID
SecretFindingDetail.fileName
● String!
non-null scalar
The name of the file that contains the code snippet
SecretFindingDetail.firstLine
● Int!
non-null scalar
The line where the code snippet starts
SecretFindingDetail.id
● ID!
non-null scalar
SecretFindingDetail.sink
● String
scalar
SecretFindingDetail.source
● String
scalar
SecretFindingDetail.vulnerableLine
● Int!
non-null scalar
The vulnerable line number
Member Of
SecretFinding
object