diff --git a/integrations/snyk/.port/resources/blueprints.json b/integrations/snyk/.port/resources/blueprints.json index dbb32373d0..298554d8ea 100644 --- a/integrations/snyk/.port/resources/blueprints.json +++ b/integrations/snyk/.port/resources/blueprints.json @@ -311,7 +311,7 @@ } }, "relations": { - "synk_organization": { + "snyk_organization": { "title": "Snyk Organization", "target": "snykOrganization", "required": false, diff --git a/integrations/snyk/.port/resources/port-app-config.yaml b/integrations/snyk/.port/resources/port-app-config.yaml index 1212fc8df3..a47a3ce4f4 100644 --- a/integrations/snyk/.port/resources/port-app-config.yaml +++ b/integrations/snyk/.port/resources/port-app-config.yaml @@ -46,7 +46,7 @@ resources: properties: origin: .relationships.integration.data.attributes.integration_type relations: - synk_organization: '.relationships.organization.data.id' + snyk_organization: '.relationships.organization.data.id' - kind: vulnerability selector: query: 'true' diff --git a/integrations/snyk/CHANGELOG.md b/integrations/snyk/CHANGELOG.md index 1e560c3677..adbdbc0941 100644 --- a/integrations/snyk/CHANGELOG.md +++ b/integrations/snyk/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.113 (2024-12-16) + + +### Bug Fixes + +- Corrected typo found in the default blueprint and mapping + + ## 0.1.112 (2024-12-15) diff --git a/integrations/snyk/pyproject.toml b/integrations/snyk/pyproject.toml index a43802c866..43066200cd 100644 --- a/integrations/snyk/pyproject.toml +++ b/integrations/snyk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snyk" -version = "0.1.112" +version = "0.1.113" description = "Snyk integration powered by Ocean" authors = ["Isaac Coffie "]