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 name | Description |
---|---|
project_public_id | A universally unique identifier for a Project, assigned in the source database or the record. |
project_name | The name given to this Project, when added to Snyk. |
project_url | The project URL in Snyk platform. |
project_is_monitored | The 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_type | The 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_name | A display name Snyk assigned to internal Project type values. |
project_test_frequency | The frequency of testing for a given Project, for example, Daily, Weekly, and so on. |
project_origin | The Origin defines the Target ecosystem, such as CLI, GitHub, or Kubernetes. Origins are a property of Targets. |
project_target_ref | A 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_runtime | The environment in which the Target is executed and run. |
project_target_display_name | A display name for the Project's Target. |
project_is_private_target | Indicates whether the Target's source is private or publicly reachable |
project_target_source_type | The hosting provider of a givenTarget, for example, docker-hub , github , and so on. |
project_target_source_type_display_value | A display value that represents the grouping forTarget sources, for example, Source Control, Container Registry, and so on. |
project_target_upstream_url | The URL that points to a Target's upstream source, such as a URL for a GitHub repository. |
project_criticalities | A Project attribute that indicates business criticality. For example, low , medium , high , critical . |
project_lifecycles | A Project attribute, for example, production , development , sandbox . |
project_environments | A Poject attribute, for example, frontend , backend , internal , external , mobile , saas , onprem , hosted , distributed . |
project_collections | All Project collections to which this Project has been added. |
project_tags | All tags which have been assigned to this Project. |
project_owner_email | The email of the user assigned as the owner of this Project. |
project_owner_username | The username of the user assigned as the owner of this Project. |
Column name | Description |
---|---|
project_public_id | A universally unique identifier for a Project, assigned in the source database or the record. |
project_name | The name given to this Project, when added to Snyk. |
project_url | The project URL in Snyk platform. |
project_is_monitored | The 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_type | The 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_name | A display name Snyk assigned to internal Project type values. |
project_test_frequency | The frequency of testing for a given Project, for example, Daily, Weekly, and so on. |
project_origin | The Origin defines the Target ecosystem, such as CLI, GitHub, or Kubernetes. Origins are a property of Targets. |
project_target_ref | A 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_runtime | The environment in which the Target is executed and run. |
project_target_display_name | A display name for the Project's Target. |
project_is_private_target | Indicates whether the Target's source is private or publicly reachable |
project_target_source_type | The hosting provider of a givenTarget, for example, docker-hub , github , and so on. |
project_target_source_type_display_value | A display value that represents the grouping forTarget sources, for example, Source Control, Container Registry, and so on. |
project_target_upstream_url | The URL that points to a Target's upstream source, such as a URL for a GitHub repository. |
project_target_file | 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. |
project_criticalities | A Project attribute that indicates business criticality. For example, low , medium , high , critical . |
project_lifecycles | A Project attribute, for example, production , development , sandbox . |
project_environments | A Poject attribute, for example, frontend , backend , internal , external , mobile , saas , onprem , hosted , distributed . |
project_collections | All Project collections to which this Project has been added. |
project_tags | All tags which have been assigned to this Project. |
project_owner_email | The email of the user assigned as the owner of this Project. |
project_owner_username | The username of the user assigned as the owner of this Project. |