CreateOrUpdateFindingPolymorphicInput
Polymorphic wrapper to batch create or update any type of finding. Provide exactly ONE of the finding type keys.
input CreateOrUpdateFindingPolymorphicInput {
assetId: ID!
sast: CreateOrUpdateSastFindingInput
sca: CreateOrUpdateScaFindingInput
dast: CreateOrUpdateDastFindingInput
container: CreateOrUpdateContainerFindingInput
iac: CreateOrUpdateSastFindingInput
secret: CreateOrUpdateSastFindingInput
}
Fields
CreateOrUpdateFindingPolymorphicInput.assetId ● ID! non-null scalar
Given all finding types require an asset, this is hoisted to the polymorphic wrapper to allow single-query authorization.
CreateOrUpdateFindingPolymorphicInput.sast ● CreateOrUpdateSastFindingInput input
Data for creating/updating a SAST finding
CreateOrUpdateFindingPolymorphicInput.sca ● CreateOrUpdateScaFindingInput input
Data for creating/updating a SCA finding
CreateOrUpdateFindingPolymorphicInput.dast ● CreateOrUpdateDastFindingInput input
Data for creating/updating a DAST finding
CreateOrUpdateFindingPolymorphicInput.container ● CreateOrUpdateContainerFindingInput input
Data for creating/updating a Container finding
CreateOrUpdateFindingPolymorphicInput.iac ● CreateOrUpdateSastFindingInput input
Data for creating/updating an IaC finding (uses SAST structure)
CreateOrUpdateFindingPolymorphicInput.secret ● CreateOrUpdateSastFindingInput input
Data for creating/updating a Secret finding (uses SAST structure)
Member Of
Contribute to the Docs
Found something outdated or missing? Help us improve the documentation with a quick suggestion or edit.
How to contributeResources
By exploring our content, you'll find resources that will enhance your understanding of the importance of a Security Application Program.
Conviso Blog: Explore our blog, which offers a collection of articles and posts covering a wide range of AppSec topics. The content on the blog is primarily in English.
Conviso's YouTube Channel: Access a wealth of informative videos covering various topics related to AppSec. Please note that the content is primarily in Portuguese.