Skip to content

Commit

Permalink
Merge pull request #16 from moonswitch/add-trivy
Browse files Browse the repository at this point in the history
Add trivy-operator
  • Loading branch information
jeff-french authored Jan 9, 2024
2 parents 7216f33 + 4f9f528 commit b9aa5a9
Show file tree
Hide file tree
Showing 7 changed files with 1,392 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
helm repo add metrics-server https://kubernetes-sigs.github.io/metrics-server
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard
helm repo add komodorio https://helm-charts.komodor.io
helm repo add aqua https://aquasecurity.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
Expand Down
7 changes: 5 additions & 2 deletions charts/moonswitch-agent/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ dependencies:
- name: helm-dashboard
repository: https://helm-charts.komodor.io
version: 0.1.10
digest: sha256:49fcd601066dcca35ec19c2708ddd2722b506d11b90573eece1c5611586d6223
generated: "2024-01-09T08:51:16.126394-06:00"
- name: trivy-operator
repository: https://aquasecurity.github.io/helm-charts
version: 0.20.1
digest: sha256:83b5c8dcd3c4c90fd52c4fe1ce10243295cd9088b82a3cd4eed9848fb0e8c5b3
generated: "2024-01-09T15:27:07.8434-06:00"
7 changes: 6 additions & 1 deletion charts/moonswitch-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: https://static.moonswitch.com/logos/color/icon.svg
sources:
- https://github.com/moonswitch/charts

version: 0.9.0
version: 0.10.0

dependencies:
- name: teleport-kube-agent
Expand Down Expand Up @@ -53,6 +53,11 @@ dependencies:
repository: https://helm-charts.komodor.io
condition: helm-dashboard.enabled
version: 0.1.10
- name: trivy-operator
repository: https://aquasecurity.github.io/helm-charts
condition: trivy-operator.enabled
version: 0.20.1


maintainers:
- name: Moonswitch Team
Expand Down
Loading

0 comments on commit b9aa5a9

Please sign in to comment.