Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #74 from armosec/dev
Browse files Browse the repository at this point in the history
update vuln image for support OS independent
  • Loading branch information
David Wertenteil authored Jun 13, 2022
2 parents ffa10af + 61c9b46 commit 7ed1d9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARMO cluster components
ARMO Vulnerability Scanning

![Version: 1.7.9](https://img.shields.io/badge/Version-1.7.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.9](https://img.shields.io/badge/AppVersion-v1.7.9-informational?style=flat-square)
![Version: 1.7.10](https://img.shields.io/badge/Version-1.7.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.10](https://img.shields.io/badge/AppVersion-v1.7.10-informational?style=flat-square)

## [Docs](https://hub.armo.cloud/docs/installation-of-armo-in-cluster)

Expand Down
4 changes: 2 additions & 2 deletions charts/armo-components/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.7.9
version: 1.7.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.7.9"
appVersion: "v1.7.10"

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
value: ""
- name: EVENT_RECEIVER_URL
value: "{{ .Values.k8sReportUrl }}"
- name: PRINT_POST_JSON
value: "{{ .Values.armoVulnScanner.verbose }}"
- name: CA_EVENT_RECEIVER_HTTP
{{- if eq .Values.environment "dev" }}
value: "{{ .Values.devEventReceiverHttpUrl }}"
Expand Down
5 changes: 4 additions & 1 deletion charts/armo-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ armoWebsocket:
# image vulnerability scanning microservice
armoVulnScanner:

# -- for enable:"<any-value>", for disable:"": the print of json posted to the backend from the vuln scanner
verbose: ""

# -- enable/disable image vulnerability scanning
enabled: true

Expand All @@ -254,7 +257,7 @@ armoVulnScanner:
image:
# -- source code: https://github.com/armosec/ca-vuln-scan (private repo)
repository: quay.io/armosec/images-vulnerabilities-scan
tag: v0.0.12
tag: v0.0.14
pullPolicy: Always

replicaCount: 1
Expand Down

0 comments on commit 7ed1d9f

Please sign in to comment.