artifacthub helm/securecodebox/persistence-defectdojo 3.3.0
v3.3.0

latest releases: 4.8.0, 4.7.0, 4.6.1...
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.3.0 tag:

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

🚀 Features

  • Added new SAST scanner semgrep @malexmave (#744)
  • Added optional mode to run DefectDojo with a lower privileged user @J12934 (#747)
  • Let AutoDiscovery create ScheduledScans with RetriggerOnScanTypeChange enabled @J12934 (#748)
  • Enable templating of environmental variables in cascading scans @malexmave (#773)

🚓 Security Scanner

⚓️ Hooks

  • Added initContainer support in cascading scan rules @malexmave (#734)

🐛 Bug Fixes

📚 Documentation

  • Added a warning about DefectDojo deduplication issue to the documentation @malexmave (#760)

🔧 Maintenance

📌 Dependencies

Distribution

Artifact HUB
Docker Hub

Contributers

Thx to all our contributers supporting this project 🤗
@EndPositive, @J12934, @Weltraumschaf, @github-actions, @malexmave, @rseedorff, @secureCodeBoxBot and @snyk-bot

Don't miss a new persistence-defectdojo release

NewReleases is sending notifications on new releases.