artifacthub helm/securecodebox/persistence-defectdojo 3.5.0
v3.5.0

latest releases: 4.6.0, 4.6.0-alpha.1, 4.5.0...
2 years ago

Changes

This release contains the following changes 🎉. Help spread the word or leave a GitHub star if you like it 😉

GitHub commits since tagged version GitHub Repo stars Twitter URL

⚠️ Upgrade Notes

This update adds new fields to the Custom Resource Definitions (CRDs), Helm does not update CRDs after the initial installation.
To upgrade the CRDs you can run the following script or grab the latest CRDs from the git repo at the v3.5.0 tag:

kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.5.0/operator/crds/cascading.securecodebox.io_cascadingrules.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.5.0/operator/crds/execution.securecodebox.io_parsedefinitions.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.5.0/operator/crds/execution.securecodebox.io_scancompletionhooks.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.5.0/operator/crds/execution.securecodebox.io_scans.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.5.0/operator/crds/execution.securecodebox.io_scantypes.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.5.0/operator/crds/execution.securecodebox.io_scheduledscans.yaml

🚀 Features

  • Introduce scope limiter on cascading rules to enforce scope @EndPositive (#805)
  • Add ability to configure affinity and tolerations for scans and hooks @malexmave (#806)

🐛 Bug Fixes

  • Fix issue where nuclei scanner not running correctly without template cache pvc @J12934 (#858)

🚓 Security Scanner

📚 Documentation

🔧 Maintenance

Distribution

Artifact HUB
Docker Hub

Contributors

Thx to all our contributors supporting this project 🤗
@EndPositive, @malexmave, @Ilyesbdlala, @J12934

Don't miss a new persistence-defectdojo release

NewReleases is sending notifications on new releases.