From c1e390afb67f7479a8d7bcba03c9728f7ac6e9af Mon Sep 17 00:00:00 2001 From: Catarina Paralta <46568597+paralta@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:24:33 +0100 Subject: [PATCH] chore: bump trivy and grype docker --- cli/go.mod | 2 +- cli/go.sum | 4 ++-- e2e/go.mod | 2 +- e2e/go.sum | 4 ++-- installation/aws/VmClarity.cfn | 8 ++++---- installation/azure/vmclarity-UI.json | 4 ++-- installation/azure/vmclarity.bicep | 4 ++-- installation/azure/vmclarity.json | 12 ++++++------ installation/azure/vmclarityDeployModule.bicep | 4 ++-- installation/docker/docker-compose.yml | 4 ++-- installation/docker/image_override.env | 4 ++-- .../gcp/dm/components/vmclarity-server.py.schema | 4 ++-- installation/gcp/dm/vmclarity.py.schema | 4 ++-- orchestrator/go.mod | 2 +- orchestrator/go.sum | 4 ++-- provider/go.mod | 2 +- provider/go.sum | 4 ++-- scanner/go.mod | 2 +- scanner/go.sum | 4 ++-- 19 files changed, 39 insertions(+), 39 deletions(-) diff --git a/cli/go.mod b/cli/go.mod index a7e1a63e50..b56da14456 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -334,7 +334,7 @@ require ( github.com/oklog/ulid v1.3.1 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/open-policy-agent/opa v0.66.0 // indirect - github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c // indirect + github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade // indirect github.com/openclarity/vmclarity/plugins/runner v0.7.2 // indirect github.com/openclarity/vmclarity/plugins/sdk-go v0.7.2 // indirect github.com/openclarity/vmclarity/workflow v0.7.2 // indirect diff --git a/cli/go.sum b/cli/go.sum index 52289c653b..95d4e17c23 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -1416,8 +1416,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/open-policy-agent/opa v0.66.0 h1:DbrvfJQja0FBRcPOB3Z/BOckocN+M4ApNWyNhSRJt0w= github.com/open-policy-agent/opa v0.66.0/go.mod h1:EIgNnJcol7AvQR/IcWLwL13k64gHVbNAVG46b2G+/EY= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c h1:lPCU0nEs27dvvf2BUzYtiqIFz0pzXRaG8UGDvNIOfD8= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade h1:hzXIL2Kb/yGhzznA0zgzrilO1jEgT8YjzLDx1DL4DT4= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA= github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= diff --git a/e2e/go.mod b/e2e/go.mod index cfa4dff12a..3862c78b64 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -372,7 +372,7 @@ require ( github.com/oklog/ulid v1.3.1 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/open-policy-agent/opa v0.66.0 // indirect - github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c // indirect + github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade // indirect github.com/openclarity/vmclarity/installation v0.7.2 // indirect github.com/openclarity/vmclarity/plugins/runner v0.7.2 // indirect github.com/openclarity/vmclarity/plugins/sdk-go v0.7.2 // indirect diff --git a/e2e/go.sum b/e2e/go.sum index 99904a2a2c..cc4f3cfbb7 100644 --- a/e2e/go.sum +++ b/e2e/go.sum @@ -1521,8 +1521,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/open-policy-agent/opa v0.66.0 h1:DbrvfJQja0FBRcPOB3Z/BOckocN+M4ApNWyNhSRJt0w= github.com/open-policy-agent/opa v0.66.0/go.mod h1:EIgNnJcol7AvQR/IcWLwL13k64gHVbNAVG46b2G+/EY= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c h1:lPCU0nEs27dvvf2BUzYtiqIFz0pzXRaG8UGDvNIOfD8= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade h1:hzXIL2Kb/yGhzznA0zgzrilO1jEgT8YjzLDx1DL4DT4= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA= github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs= github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= diff --git a/installation/aws/VmClarity.cfn b/installation/aws/VmClarity.cfn index c6bdb5b501..ff138fc3c4 100644 --- a/installation/aws/VmClarity.cfn +++ b/installation/aws/VmClarity.cfn @@ -463,8 +463,8 @@ Resources: UIContainerImage: !If [ UIContainerImageOverridden, !Ref UIContainerImageOverride, "ghcr.io/openclarity/vmclarity-ui:latest" ] UIBackendContainerImage: !If [ UIBackendContainerImageOverridden, !Ref UIBackendContainerImageOverride, "ghcr.io/openclarity/vmclarity-ui-backend:latest" ] ExploitDBServerContainerImage: !If [ExploitDBServerContainerImageOverridden, !Ref ExploitDBServerContainerImageOverride, "ghcr.io/openclarity/exploit-db-server:v0.3.0"] - TrivyServerContainerImage: !If [TrivyServerContainerImageOverridden, !Ref TrivyServerContainerImageOverride, "docker.io/aquasec/trivy:0.52.1"] - GrypeServerContainerImage: !If [GrypeServerContainerImageOverridden, !Ref GrypeServerContainerImageOverride, "ghcr.io/openclarity/grype-server:v0.7.3"] + TrivyServerContainerImage: !If [TrivyServerContainerImageOverridden, !Ref TrivyServerContainerImageOverride, "docker.io/aquasec/trivy:0.54.1"] + GrypeServerContainerImage: !If [GrypeServerContainerImageOverridden, !Ref GrypeServerContainerImageOverride, "ghcr.io/openclarity/grype-server:v0.7.4"] YaraRuleServerContainerImage: !If [YaraRuleServerContainerImageOverridden, !Ref YaraRuleServerContainerImageOverride, "ghcr.io/openclarity/yara-rule-server:v0.3.0"] FreshclamMirrorContainerImage: !If [FreshclamMirrorContainerImageOverridden, !Ref FreshclamMirrorContainerImageOverride, "ghcr.io/openclarity/freshclam-mirror:v0.3.1"] @@ -1166,13 +1166,13 @@ Parameters: TrivyServerContainerImageOverride: Description: > Name of the container image used for the trivy server. - "docker.io/aquasec/trivy:0.52.1" will be used if not overridden. + "docker.io/aquasec/trivy:0.54.1" will be used if not overridden. Type: String Default: '' GrypeServerContainerImageOverride: Description: > Name of the container image used for the grype server. - "ghcr.io/openclarity/grype-server:v0.7.3" will be used if not overridden. + "ghcr.io/openclarity/grype-server:v0.7.4" will be used if not overridden. Type: String Default: '' YaraRuleServerContainerImageOverride: diff --git a/installation/azure/vmclarity-UI.json b/installation/azure/vmclarity-UI.json index cc4e94a5d2..92bc89b5d9 100644 --- a/installation/azure/vmclarity-UI.json +++ b/installation/azure/vmclarity-UI.json @@ -252,7 +252,7 @@ "type": "Microsoft.Common.TextBox", "label": "Trivy Server Container Image", "subLabel": "", - "defaultValue": "docker.io/aquasec/trivy:0.52.1", + "defaultValue": "docker.io/aquasec/trivy:0.54.1", "toolTip": "Trivy Server Container Image", "constraints": { "required": false, @@ -268,7 +268,7 @@ "type": "Microsoft.Common.TextBox", "label": "Grype Server Container Image", "subLabel": "", - "defaultValue": "ghcr.io/openclarity/grype-server:v0.7.3", + "defaultValue": "ghcr.io/openclarity/grype-server:v0.7.4", "toolTip": "Grype Server Container Image", "constraints": { "required": false, diff --git a/installation/azure/vmclarity.bicep b/installation/azure/vmclarity.bicep index af235789cb..f147b4bb68 100644 --- a/installation/azure/vmclarity.bicep +++ b/installation/azure/vmclarity.bicep @@ -39,10 +39,10 @@ param uibackendContainerImage string = 'ghcr.io/openclarity/vmclarity-ui-backend param scannerContainerImage string = 'ghcr.io/openclarity/vmclarity-cli:latest' @description ('Trivy Server Container Image') -param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.52.1' +param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.54.1' @description ('Grype Server Container Image') -param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.3' +param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.4' @description ('Exploit DB Container Image') param exploitDBContainerImage string = 'ghcr.io/openclarity/exploit-db-server:v0.3.0' diff --git a/installation/azure/vmclarity.json b/installation/azure/vmclarity.json index 5de836dc39..283e08d655 100644 --- a/installation/azure/vmclarity.json +++ b/installation/azure/vmclarity.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "13927729476504818038" + "templateHash": "10451733083227492879" } }, "parameters": { @@ -90,14 +90,14 @@ }, "trivyServerContainerImage": { "type": "string", - "defaultValue": "docker.io/aquasec/trivy:0.52.1", + "defaultValue": "docker.io/aquasec/trivy:0.54.1", "metadata": { "description": "Trivy Server Container Image" } }, "grypeServerContainerImage": { "type": "string", - "defaultValue": "ghcr.io/openclarity/grype-server:v0.7.3", + "defaultValue": "ghcr.io/openclarity/grype-server:v0.7.4", "metadata": { "description": "Grype Server Container Image" } @@ -577,7 +577,7 @@ "_generator": { "name": "bicep", "version": "0.29.47.4906", - "templateHash": "11450816723859992713" + "templateHash": "9792533271467892402" } }, "parameters": { @@ -681,14 +681,14 @@ }, "trivyServerContainerImage": { "type": "string", - "defaultValue": "docker.io/aquasec/trivy:0.52.1", + "defaultValue": "docker.io/aquasec/trivy:0.54.1", "metadata": { "description": "Trivy Server Container Image" } }, "grypeServerContainerImage": { "type": "string", - "defaultValue": "ghcr.io/openclarity/grype-server:v0.7.3", + "defaultValue": "ghcr.io/openclarity/grype-server:v0.7.4", "metadata": { "description": "Grype Server Container Image" } diff --git a/installation/azure/vmclarityDeployModule.bicep b/installation/azure/vmclarityDeployModule.bicep index d4241199aa..9cd2ae39ab 100644 --- a/installation/azure/vmclarityDeployModule.bicep +++ b/installation/azure/vmclarityDeployModule.bicep @@ -46,10 +46,10 @@ param uibackendContainerImage string = 'ghcr.io/openclarity/vmclarity-ui-backend param scannerContainerImage string = 'ghcr.io/openclarity/vmclarity-cli:latest' @description ('Trivy Server Container Image') -param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.52.1' +param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.54.1' @description ('Grype Server Container Image') -param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.3' +param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.4' @description ('Exploit DB Container Image') param exploitDBContainerImage string = 'ghcr.io/openclarity/exploit-db-server:v0.3.0' diff --git a/installation/docker/docker-compose.yml b/installation/docker/docker-compose.yml index d9dc8a2ace..810a349dc6 100644 --- a/installation/docker/docker-compose.yml +++ b/installation/docker/docker-compose.yml @@ -105,7 +105,7 @@ services: retries: 60 trivy-server: - image: ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.53.0} + image: ${VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE:-docker.io/aquasec/trivy:0.54.1} command: - server ports: @@ -122,7 +122,7 @@ services: retries: 60 grype-server: - image: ${VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/grype-server:v0.7.3} + image: ${VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/grype-server:v0.7.4} command: - run - --log-level diff --git a/installation/docker/image_override.env b/installation/docker/image_override.env index 056f2d1b87..a9f050e152 100644 --- a/installation/docker/image_override.env +++ b/installation/docker/image_override.env @@ -6,8 +6,8 @@ VMCLARITY_UI_CONTAINER_IMAGE=ghcr.io/openclarity/vmclarity-ui:latest VMCLARITY_UIBACKEND_CONTAINER_IMAGE=ghcr.io/openclarity/vmclarity-ui-backend:latest VMCLARITY_SCANNER_CONTAINER_IMAGE=ghcr.io/openclarity/vmclarity-cli:latest VMCLARITY_EXPLOITSDB_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/exploit-db-server:v0.3.0 -VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE=docker.io/aquasec/trivy:0.52.1 -VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/grype-server:v0.7.3 +VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE=docker.io/aquasec/trivy:0.54.1 +VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/grype-server:v0.7.4 VMCLARITY_FRESHCLAM_MIRROR_CONTAINER_IMAGE=ghcr.io/openclarity/freshclam-mirror:v0.3.1 VMCLARITY_YARA_RULE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/yara-rule-server:v0.3.0 VMCLARITY_POSTGRESQL_CONTAINER_IMAGE=docker.io/bitnami/postgresql:16.3.0-debian-12-r13 diff --git a/installation/gcp/dm/components/vmclarity-server.py.schema b/installation/gcp/dm/components/vmclarity-server.py.schema index 58f9f8afed..8d41756d2d 100644 --- a/installation/gcp/dm/components/vmclarity-server.py.schema +++ b/installation/gcp/dm/components/vmclarity-server.py.schema @@ -77,11 +77,11 @@ properties: description: The container image to use for the exploit db server trivyServerContainerImage: type: string - default: docker.io/aquasec/trivy:0.52.1 + default: docker.io/aquasec/trivy:0.54.1 description: The container image to use for the trivy server grypeServerContainerImage: type: string - default: ghcr.io/openclarity/grype-server:v0.7.3 + default: ghcr.io/openclarity/grype-server:v0.7.4 description: The container image to use for the grype server freshclamMirrorContainerImage: type: string diff --git a/installation/gcp/dm/vmclarity.py.schema b/installation/gcp/dm/vmclarity.py.schema index 4bcd1a377b..09778a73c1 100644 --- a/installation/gcp/dm/vmclarity.py.schema +++ b/installation/gcp/dm/vmclarity.py.schema @@ -69,11 +69,11 @@ properties: description: The container image to use for the exploit db server trivyServerContainerImage: type: string - default: docker.io/aquasec/trivy:0.52.1 + default: docker.io/aquasec/trivy:0.54.1 description: The container image to use for the trivy server grypeServerContainerImage: type: string - default: ghcr.io/openclarity/grype-server:v0.7.3 + default: ghcr.io/openclarity/grype-server:v0.7.4 description: The container image to use for the grype server freshclamMirrorContainerImage: type: string diff --git a/orchestrator/go.mod b/orchestrator/go.mod index e7c195e6d2..fd21b95b57 100644 --- a/orchestrator/go.mod +++ b/orchestrator/go.mod @@ -345,7 +345,7 @@ require ( github.com/oklog/ulid v1.3.1 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/open-policy-agent/opa v0.66.0 // indirect - github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c // indirect + github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade // indirect github.com/openclarity/vmclarity/containerruntimediscovery/client v0.7.2 // indirect github.com/openclarity/vmclarity/containerruntimediscovery/types v0.7.2 // indirect github.com/openclarity/vmclarity/plugins/runner v0.7.2 // indirect diff --git a/orchestrator/go.sum b/orchestrator/go.sum index 1ed3e672eb..1372d7f980 100644 --- a/orchestrator/go.sum +++ b/orchestrator/go.sum @@ -1470,8 +1470,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/open-policy-agent/opa v0.66.0 h1:DbrvfJQja0FBRcPOB3Z/BOckocN+M4ApNWyNhSRJt0w= github.com/open-policy-agent/opa v0.66.0/go.mod h1:EIgNnJcol7AvQR/IcWLwL13k64gHVbNAVG46b2G+/EY= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c h1:lPCU0nEs27dvvf2BUzYtiqIFz0pzXRaG8UGDvNIOfD8= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade h1:hzXIL2Kb/yGhzznA0zgzrilO1jEgT8YjzLDx1DL4DT4= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA= github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= diff --git a/provider/go.mod b/provider/go.mod index a716131b99..30a0c9e2dd 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -347,7 +347,7 @@ require ( github.com/oklog/ulid v1.3.1 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/open-policy-agent/opa v0.66.0 // indirect - github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c // indirect + github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade // indirect github.com/openclarity/vmclarity/plugins/runner v0.7.2 // indirect github.com/openclarity/vmclarity/plugins/sdk-go v0.7.2 // indirect github.com/openclarity/vmclarity/utils v0.7.2 // indirect diff --git a/provider/go.sum b/provider/go.sum index 04ea3a65c4..e4dfc70edc 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -1433,8 +1433,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/open-policy-agent/opa v0.66.0 h1:DbrvfJQja0FBRcPOB3Z/BOckocN+M4ApNWyNhSRJt0w= github.com/open-policy-agent/opa v0.66.0/go.mod h1:EIgNnJcol7AvQR/IcWLwL13k64gHVbNAVG46b2G+/EY= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c h1:lPCU0nEs27dvvf2BUzYtiqIFz0pzXRaG8UGDvNIOfD8= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade h1:hzXIL2Kb/yGhzznA0zgzrilO1jEgT8YjzLDx1DL4DT4= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA= github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= diff --git a/scanner/go.mod b/scanner/go.mod index 4979a432cd..76ce44a97e 100644 --- a/scanner/go.mod +++ b/scanner/go.mod @@ -21,7 +21,7 @@ require ( github.com/google/uuid v1.6.0 github.com/jinzhu/copier v0.4.0 github.com/onsi/gomega v1.33.1 - github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c + github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade github.com/openclarity/vmclarity/api/types v0.7.2 github.com/openclarity/vmclarity/core v0.7.2 github.com/openclarity/vmclarity/plugins/runner v0.7.2 diff --git a/scanner/go.sum b/scanner/go.sum index 85f6097a1b..adbbd6ebd5 100644 --- a/scanner/go.sum +++ b/scanner/go.sum @@ -1413,8 +1413,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/open-policy-agent/opa v0.66.0 h1:DbrvfJQja0FBRcPOB3Z/BOckocN+M4ApNWyNhSRJt0w= github.com/open-policy-agent/opa v0.66.0/go.mod h1:EIgNnJcol7AvQR/IcWLwL13k64gHVbNAVG46b2G+/EY= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c h1:lPCU0nEs27dvvf2BUzYtiqIFz0pzXRaG8UGDvNIOfD8= -github.com/openclarity/grype-server/api v0.0.0-20240619144520-b9ba72524a9c/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade h1:hzXIL2Kb/yGhzznA0zgzrilO1jEgT8YjzLDx1DL4DT4= +github.com/openclarity/grype-server/api v0.0.0-20240801111638-8323b670dade/go.mod h1:luXlVKVWmYNDzJKwKReCH268FlzELa2Q/iH6oAcxALE= github.com/openclarity/yara-rule-server v0.3.0 h1:kXbiWASsx5W+MgfZ5jLTQKep9anSzdbk4ODWiCZ8cnA= github.com/openclarity/yara-rule-server v0.3.0/go.mod h1:2amH9uD0uFllsj5QViHf7y4F+yw1vJnaiYX1wfShFrs= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=