Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore: bump grype server
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Feb 1, 2024
1 parent ae42132 commit b0c4ac3
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions installation/aws/VmClarity.cfn
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Resources:
UIBackendContainerImage: !If [ UIBackendContainerImageOverridden, !Ref UIBackendContainerImageOverride, "ghcr.io/openclarity/vmclarity-ui-backend:latest" ]
ExploitDBServerContainerImage: !If [ExploitDBServerContainerImageOverridden, !Ref ExploitDBServerContainerImageOverride, "ghcr.io/openclarity/exploit-db-server:v0.2.4"]
TrivyServerContainerImage: !If [TrivyServerContainerImageOverridden, !Ref TrivyServerContainerImageOverride, "docker.io/aquasec/trivy:0.41.0"]
GrypeServerContainerImage: !If [GrypeServerContainerImageOverridden, !Ref GrypeServerContainerImageOverride, "ghcr.io/openclarity/grype-server:v0.7.0"]
GrypeServerContainerImage: !If [GrypeServerContainerImageOverridden, !Ref GrypeServerContainerImageOverride, "ghcr.io/openclarity/grype-server:v0.7.2"]
YaraRuleServerContainerImage: !If [YaraRuleServerContainerImageOverridden, !Ref YaraRuleServerContainerImageOverride, "ghcr.io/openclarity/yara-rule-server:v0.1.0"]
FreshclamMirrorContainerImage: !If [FreshclamMirrorContainerImageOverridden, !Ref FreshclamMirrorContainerImageOverride, "ghcr.io/openclarity/freshclam-mirror:v0.3.0"]
PostgresqlContainerImage: !If [PostgresqlContainerImageOverridden, !Ref PostgresqlContainerImageOverride, "bitnami/postgresql:12.14.0-debian-11-r28"]
Expand Down Expand Up @@ -1127,7 +1127,7 @@ Parameters:
GrypeServerContainerImageOverride:
Description: >
Name of the container image used for the grype server.
"ghcr.io/openclarity/grype-server:v0.7.0" will be used if not overridden.
"ghcr.io/openclarity/grype-server:v0.7.2" will be used if not overridden.
Type: String
Default: ''
YaraRuleServerContainerImageOverride:
Expand Down
2 changes: 1 addition & 1 deletion installation/azure/vmclarity-UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"type": "Microsoft.Common.TextBox",
"label": "Grype Server Container Image",
"subLabel": "",
"defaultValue": "ghcr.io/openclarity/grype-server:v0.7.0",
"defaultValue": "ghcr.io/openclarity/grype-server:v0.7.2",
"toolTip": "Grype Server Container Image",
"constraints": {
"required": false,
Expand Down
2 changes: 1 addition & 1 deletion installation/azure/vmclarity.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ param scannerContainerImage string = 'ghcr.io/openclarity/vmclarity-cli:latest'
param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.41.0'

@description ('Grype Server Container Image')
param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.0'
param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.2'

@description ('Exploit DB Container Image')
param exploitDBContainerImage string = 'ghcr.io/openclarity/exploit-db-server:v0.2.4'
Expand Down
8 changes: 4 additions & 4 deletions installation/azure/vmclarity.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "10553847190183975394"
"templateHash": "5867443734163333116"
}
},
"parameters": {
Expand Down Expand Up @@ -97,7 +97,7 @@
},
"grypeServerContainerImage": {
"type": "string",
"defaultValue": "ghcr.io/openclarity/grype-server:v0.7.0",
"defaultValue": "ghcr.io/openclarity/grype-server:v0.7.2",
"metadata": {
"description": "Grype Server Container Image"
}
Expand Down Expand Up @@ -556,7 +556,7 @@
"_generator": {
"name": "bicep",
"version": "0.23.1.45101",
"templateHash": "15881482231126828353"
"templateHash": "12615136419961132894"
}
},
"parameters": {
Expand Down Expand Up @@ -667,7 +667,7 @@
},
"grypeServerContainerImage": {
"type": "string",
"defaultValue": "ghcr.io/openclarity/grype-server:v0.7.0",
"defaultValue": "ghcr.io/openclarity/grype-server:v0.7.2",
"metadata": {
"description": "Grype Server Container Image"
}
Expand Down
2 changes: 1 addition & 1 deletion installation/azure/vmclarityDeployModule.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ param scannerContainerImage string = 'ghcr.io/openclarity/vmclarity-cli:latest'
param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.41.0'

@description ('Grype Server Container Image')
param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.0'
param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.2'

@description ('Exploit DB Container Image')
param exploitDBContainerImage string = 'ghcr.io/openclarity/exploit-db-server:v0.2.4'
Expand Down
2 changes: 1 addition & 1 deletion installation/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
retries: 60

grype-server:
image: ${VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/grype-server:v0.7.0}
image: ${VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE:-ghcr.io/openclarity/grype-server:v0.7.2}
command:
- run
- --log-level
Expand Down
2 changes: 1 addition & 1 deletion installation/docker/image_override.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VMCLARITY_UIBACKEND_CONTAINER_IMAGE=ghcr.io/openclarity/vmclarity-ui-backend:lat
VMCLARITY_SCANNER_CONTAINER_IMAGE=ghcr.io/openclarity/vmclarity-cli:latest
VMCLARITY_EXPLOITSDB_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/exploit-db-server:v0.2.4
VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE=docker.io/aquasec/trivy:0.41.0
VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/grype-server:v0.7.0
VMCLARITY_GRYPE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/grype-server:v0.7.2
VMCLARITY_FRESHCLAM_MIRROR_CONTAINER_IMAGE=ghcr.io/openclarity/freshclam-mirror:v0.3.0
VMCLARITY_YARA_RULE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/yara-rule-server:v0.1.0
VMCLARITY_POSTGRESQL_CONTAINER_IMAGE=docker.io/bitnami/postgresql:12.14.0-debian-11-r28
2 changes: 1 addition & 1 deletion installation/gcp/dm/components/vmclarity-server.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ properties:
description: The container image to use for the trivy server
grypeServerContainerImage:
type: string
default: ghcr.io/openclarity/grype-server:v0.7.0
default: ghcr.io/openclarity/grype-server:v0.7.2
description: The container image to use for the grype server
freshclamMirrorContainerImage:
type: string
Expand Down
2 changes: 1 addition & 1 deletion installation/gcp/dm/vmclarity.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ properties:
description: The container image to use for the trivy server
grypeServerContainerImage:
type: string
default: ghcr.io/openclarity/grype-server:v0.7.0
default: ghcr.io/openclarity/grype-server:v0.7.2
description: The container image to use for the grype server
freshclamMirrorContainerImage:
type: string
Expand Down

0 comments on commit b0c4ac3

Please sign in to comment.