diff --git a/docs/manage-risk/reporting/reporting-and-bi-integrations-snowflake-data-share/data-share-data-dictionary.md b/docs/manage-risk/reporting/reporting-and-bi-integrations-snowflake-data-share/data-share-data-dictionary.md index 05a1e64300eb..8a808af569d4 100644 --- a/docs/manage-risk/reporting/reporting-and-bi-integrations-snowflake-data-share/data-share-data-dictionary.md +++ b/docs/manage-risk/reporting/reporting-and-bi-integrations-snowflake-data-share/data-share-data-dictionary.md @@ -83,6 +83,7 @@ Snyk Reports only presents monitored projects that were not deleted. To match yo | `target_source_type` | varchar | The hosting provider of a given target, for example, docker-hub, github, and so on. | | `target_source_type_display_value` | varchar | A display value that represents the grouping for target sources, for example, Source Control, Container Registry, and so on. | | `target_upstream_url` | varchar | The URL pointing to a target's upstream source, such as a URL for a GitHub repository. | +| `target_file` | varchar | The full file path within a project that Snyk is targeting for security scanning, such as /var/www/composer.lock, /app/package.json, or other dependency manifest files. | | `criticalities` | array | A project attribute that indicates business criticality. For example, low, medium, high, critical. | | `lifecycles` | array | A project attribute, for example, production, development, sandbox. | | `environments` | array | A project attribute, for example, frontend, backend, internal, external, mobile, saas, onprem, hosted, distributed. | diff --git a/docs/snyk-api/using-specific-snyk-apis/export-api-specifications-columns-and-filters.md b/docs/snyk-api/using-specific-snyk-apis/export-api-specifications-columns-and-filters.md index ce80ce0f9453..ff2dc7986f9c 100644 --- a/docs/snyk-api/using-specific-snyk-apis/export-api-specifications-columns-and-filters.md +++ b/docs/snyk-api/using-specific-snyk-apis/export-api-specifications-columns-and-filters.md @@ -152,6 +152,7 @@ Use the exact filter value as it appears in the Snyk Web UI. To clarify this req "PROJECT_TARGET_SOURCE_TYPE", "PROJECT_TARGET_SOURCE_TYPE_DISPLAY_VALUE", "PROJECT_TARGET_UPSTREAM_URL", +"PROJECT_TARGET_FILE", "PROJECT_OWNER_EMAIL", "ISSUE_DELETED_AT", "PROJECT_DELETED_AT", @@ -208,7 +209,7 @@ Use the exact filter value as it appears in the Snyk Web UI. To clarify this req **Project and Target context** -
Column nameDescription
project_public_idA universally unique identifier for a Project, assigned in the source database or the record.
project_nameThe name given to this Project, when added to Snyk.
project_urlThe project URL in Snyk platform.
project_is_monitoredThe Project is set to be actively monitored. By default, the API returns only monitored issues of the Project. To fetch issues of deactivated Projects, check the API parameters.
project_typeThe scanning method to use for a particular Project, such as Static Application Security Testing (SAST) for scanning using Snyk Code, or Maven for a Maven Project using Snyk Open Source. This is part of the configuration for scanning.
project_type_display_nameA display name Snyk assigned to internal Project type values.
project_test_frequencyThe frequency of testing for a given Project, for example, Daily, Weekly, and so on.
project_originThe Origin defines the Target ecosystem, such as CLI, GitHub, or Kubernetes. Origins are a property of Targets.
project_target_refA reference that differentiates this Project, for example, a branch name or version. Projects having the same reference can be grouped based on that reference.
project_target_runtimeThe environment in which the Target is executed and run.
project_target_display_nameA display name for the Project's Target.
project_is_private_targetIndicates whether the Target's source is private or publicly reachable
project_target_source_typeThe hosting provider of a givenTarget, for example, docker-hub, github, and so on.
project_target_source_type_display_valueA display value that represents the grouping forTarget sources, for example, Source Control, Container Registry, and so on.
project_target_upstream_urlThe URL that points to a Target's upstream source, such as a URL for a GitHub repository.
project_criticalitiesA Project attribute that indicates business criticality. For example, low, medium, high, critical.
project_lifecyclesA Project attribute, for example, production, development, sandbox.
project_environmentsA Poject attribute, for example, frontend, backend, internal, external, mobile, saas, onprem, hosted, distributed.
project_collectionsAll Project collections to which this Project has been added.
project_tagsAll tags which have been assigned to this Project.
project_owner_emailThe email of the user assigned as the owner of this Project.
project_owner_usernameThe username of the user assigned as the owner of this Project.
+
Column nameDescription
project_public_idA universally unique identifier for a Project, assigned in the source database or the record.
project_nameThe name given to this Project, when added to Snyk.
project_urlThe project URL in Snyk platform.
project_is_monitoredThe Project is set to be actively monitored. By default, the API returns only monitored issues of the Project. To fetch issues of deactivated Projects, check the API parameters.
project_typeThe scanning method to use for a particular Project, such as Static Application Security Testing (SAST) for scanning using Snyk Code, or Maven for a Maven Project using Snyk Open Source. This is part of the configuration for scanning.
project_type_display_nameA display name Snyk assigned to internal Project type values.
project_test_frequencyThe frequency of testing for a given Project, for example, Daily, Weekly, and so on.
project_originThe Origin defines the Target ecosystem, such as CLI, GitHub, or Kubernetes. Origins are a property of Targets.
project_target_refA reference that differentiates this Project, for example, a branch name or version. Projects having the same reference can be grouped based on that reference.
project_target_runtimeThe environment in which the Target is executed and run.
project_target_display_nameA display name for the Project's Target.
project_is_private_targetIndicates whether the Target's source is private or publicly reachable
project_target_source_typeThe hosting provider of a givenTarget, for example, docker-hub, github, and so on.
project_target_source_type_display_valueA display value that represents the grouping forTarget sources, for example, Source Control, Container Registry, and so on.
project_target_upstream_urlThe URL that points to a Target's upstream source, such as a URL for a GitHub repository.
project_target_fileThe full file path within a project that Snyk is targeting for security scanning, such as /var/www/composer.lock, /app/package.json, or other dependency manifest files.
project_criticalitiesA Project attribute that indicates business criticality. For example, low, medium, high, critical.
project_lifecyclesA Project attribute, for example, production, development, sandbox.
project_environmentsA Poject attribute, for example, frontend, backend, internal, external, mobile, saas, onprem, hosted, distributed.
project_collectionsAll Project collections to which this Project has been added.
project_tagsAll tags which have been assigned to this Project.
project_owner_emailThe email of the user assigned as the owner of this Project.
project_owner_usernameThe username of the user assigned as the owner of this Project.
**Assets and application context**