Query: allTests
A Test (also referred to as a Scan) is a set of actions taken against an artifact, usually by a security tool, to find different security issues or data.
Return Type
Related Types
Related Filters
Args
Name | Type | Description |
---|---|---|
after | String | If this is set to the value of the |
filter | TestFilter | |
first | Int | The number of items to include in the result. If omitted, all remaining items will be included (which can cause performance problems on large collections). |
orderBy | TestOrderBy | Specifies the how this collection should be sorted. If omitted, the result order is not specified. If cursor-based pagination is used (i.e., the |
skip | Int | The number of items in the list or collection to skip. Is applied after the |
Properties
Name | Type | Description |
---|---|---|
_authorsMeta | _QueryMeta | Authors of the test |
_cursor | String | Provides a value that can be supplied to the |
_findingsMeta | _QueryMeta | All findings originating from this test |
_processingStatusesMeta | _QueryMeta | Any kind of processing currently occurring on the test |
_revision | ID | An identifier that is updated automatically on each update of this root entity (but not on relation changes) |
_softwareComponentsMeta | _QueryMeta | All software component instances originating from this test |
_toolsMeta | _QueryMeta | The tools (also referred to as scanners) that were used to perform this test |
artifactUnderTest | Artifact | Which specific artifact was being tested |
authors | [Author] | Authors of the test |
createdAt | DateTime | The instant this object has been created |
createdBy | User | The user who configured this test in Finite State |
ctx | RelationEntityCtx | Context contains fields that are accessible to the permissions profile. This is an internal field related to user permissions. |
deletedAt | DateTime | Timestamp of when this test/scan was deleted |
description | String | Longer, optional description of this test |
duration | Int | Duration of time the test ran |
findings | [Finding] | All findings originating from this test |
id | ID | An auto-generated string that identifies this root entity uniquely among others of the same type |
inputType | String | The type of input that was used for this test. This is an internal field that corresponds to the name of the ingest parser used. This is used to determine which fields to hash when computing the dedupeHash of Findings that result from this Test. |
name | String | Name for this test. Will default to [tool.name | date] |
parsedDate | DateTime | Date and time that was parsed from the test results file |
processingStatuses | [ProcessingStatus] | Any kind of processing currently occurring on the test |
softwareComponents | [SoftwareComponentInstance] | All software component instances originating from this test |
state | TestResultsProcessingState | The processing state of the test results file for this test |
testId | String | Unique ID for this test as established by the testing tool. |
testResultFileFormat | String | File format of the test results file for this test |
testResultFileLink | String | The file that can be ingested to get test results from this test. |
testType | TestType | The type of test |
toolSettings | ToolSettings | Settings that were used for this test |
tools | [TestingTool] | The tools (also referred to as scanners) that were used to perform this test |
updatedAt | DateTime | The instant this object has been updated the last time (not including relation updates) |
uploadMethod | UploadMethod | Upload method used for this Test |
userEnteredDate | DateTime | Optional date and time specified by the user when the test was entered into the system |
This page was generated: 2024-11-06