Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trivy as Vulnerability plugin #228

Merged
merged 105 commits into from
Oct 31, 2023
Merged

Add Trivy as Vulnerability plugin #228

merged 105 commits into from
Oct 31, 2023

Conversation

matheusfm
Copy link
Contributor

@matheusfm matheusfm commented Aug 31, 2023

Description

Add Trivy as Vulnerability plugin.

How has this been tested?

These changes can be tested by installing Zora version 0.7.0-rc7

helm repo update undistro
helm upgrade --install zora undistro/zora \
  -n zora-system \
  --create-namespace \
  --wait \
  --set clusterName=$(kubectl config current-context) \
  --version 0.7.0-rc7

Then one Cluster and two ClusterScans will already be available in zora-system namespace.

kubectl get cluster,scan -n zora-system

Checklist

  • I have labeled this PR with the relevant Type labels
  • I have documented my code (if applicable)
  • My changes are covered by tests

# Conflicts:
#	charts/zora/README.md
#	charts/zora/templates/plugins/rbac.yaml
#	charts/zora/values.yaml
#	config/rbac/zora_plugins_role.yaml
#	pkg/plugins/cronjob.go
@matheusfm
Copy link
Contributor Author

Zora 0.7.0-rc7 has been released.

@matheusfm matheusfm marked this pull request as ready for review October 30, 2023 20:41
@matheusfm matheusfm merged commit 8cfdce4 into main Oct 31, 2023
4 checks passed
@matheusfm matheusfm deleted the feat/trivy-plugin branch October 31, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants