Skip to content

Commit

Permalink
chore(deps): update docker.io/aquasec/trivy docker tag to v0.51.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed May 24, 2024
1 parent 83974e8 commit 9125d2e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions installation/aws/VmClarity.cfn
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ 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.51.2"]
TrivyServerContainerImage: !If [TrivyServerContainerImageOverridden, !Ref TrivyServerContainerImageOverride, "docker.io/aquasec/trivy:0.51.4"]
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.3.0"]
FreshclamMirrorContainerImage: !If [FreshclamMirrorContainerImageOverridden, !Ref FreshclamMirrorContainerImageOverride, "ghcr.io/openclarity/freshclam-mirror:v0.3.1"]
Expand Down Expand Up @@ -1166,7 +1166,7 @@ Parameters:
TrivyServerContainerImageOverride:
Description: >
Name of the container image used for the trivy server.
"docker.io/aquasec/trivy:0.51.2" will be used if not overridden.
"docker.io/aquasec/trivy:0.51.4" will be used if not overridden.
Type: String
Default: ''
GrypeServerContainerImageOverride:
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 @@ -252,7 +252,7 @@
"type": "Microsoft.Common.TextBox",
"label": "Trivy Server Container Image",
"subLabel": "",
"defaultValue": "docker.io/aquasec/trivy:0.51.2",
"defaultValue": "docker.io/aquasec/trivy:0.51.4",
"toolTip": "Trivy 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 @@ -39,7 +39,7 @@ 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.51.2'
param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.51.4'

@description ('Grype Server Container Image')
param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.2'
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.26.170.59819",
"templateHash": "16457999924475290276"
"templateHash": "17632681883275543735"
}
},
"parameters": {
Expand Down Expand Up @@ -90,7 +90,7 @@
},
"trivyServerContainerImage": {
"type": "string",
"defaultValue": "docker.io/aquasec/trivy:0.51.2",
"defaultValue": "docker.io/aquasec/trivy:0.51.4",
"metadata": {
"description": "Trivy Server Container Image"
}
Expand Down Expand Up @@ -577,7 +577,7 @@
"_generator": {
"name": "bicep",
"version": "0.26.170.59819",
"templateHash": "1701563693511350921"
"templateHash": "141061519647262415"
}
},
"parameters": {
Expand Down Expand Up @@ -681,7 +681,7 @@
},
"trivyServerContainerImage": {
"type": "string",
"defaultValue": "docker.io/aquasec/trivy:0.51.2",
"defaultValue": "docker.io/aquasec/trivy:0.51.4",
"metadata": {
"description": "Trivy 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 @@ -46,7 +46,7 @@ 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.51.2'
param trivyServerContainerImage string = 'docker.io/aquasec/trivy:0.51.4'

@description ('Grype Server Container Image')
param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7.2'
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 @@ -6,7 +6,7 @@ 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.51.2
VMCLARITY_TRIVY_SERVER_CONTAINER_IMAGE=docker.io/aquasec/trivy:0.51.4
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.1
VMCLARITY_YARA_RULE_SERVER_CONTAINER_IMAGE=ghcr.io/openclarity/yara-rule-server:v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions installation/gcp/dm/components/vmclarity-server.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ properties:

# Properties with defaults
scannerMachineType:
type: string
type: string
description: Machine type to use for the Scanner instances
default: e2-standard-2
scannerSourceImage:
Expand Down Expand Up @@ -77,7 +77,7 @@ properties:
description: The container image to use for the exploit db server
trivyServerContainerImage:
type: string
default: docker.io/aquasec/trivy:0.51.2
default: docker.io/aquasec/trivy:0.51.4
description: The container image to use for the trivy server
grypeServerContainerImage:
type: string
Expand Down
4 changes: 2 additions & 2 deletions installation/gcp/dm/vmclarity.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties:

# Properties with defaults
scannerMachineType:
type: string
type: string
description: Machine type to use for the Scanner instances
default: e2-standard-2
scannerSourceImage:
Expand Down Expand Up @@ -69,7 +69,7 @@ properties:
description: The container image to use for the exploit db server
trivyServerContainerImage:
type: string
default: docker.io/aquasec/trivy:0.51.2
default: docker.io/aquasec/trivy:0.51.4
description: The container image to use for the trivy server
grypeServerContainerImage:
type: string
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ secrets.
| trivyServer.image.pullPolicy | string | `"IfNotPresent"` | Trivy Server image pull policy |
| trivyServer.image.registry | string | `"docker.io"` | Trivy Server container registry |
| trivyServer.image.repository | string | `"aquasec/trivy"` | Trivy Server container repository |
| trivyServer.image.tag | string | `"0.51.2"` | Trivy Server container tag |
| trivyServer.image.tag | string | `"0.51.4"` | Trivy Server container tag |
| trivyServer.podSecurityContext.enabled | bool | `true` | Pod security context enabled |
| trivyServer.podSecurityContext.fsGroup | int | `1001` | Pod security context fsGroup |
| trivyServer.replicas | int | `1` | Number of replicas for the trivy server service |
Expand Down

0 comments on commit 9125d2e

Please sign in to comment.