github secureCodeBox/secureCodeBox v3.4.0

latest releases: v4.5.0, v4.4.1, v4.4.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.4.0 tag:

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

๐Ÿš€ Features

  • Add support for hook priorities (ordering) @EndPositive (#695)
  • Add ability to configure which hooks to run per scan @EndPositive (#757)
  • Add Cronjob Configuration Options and Fix Security Context for Nuclei Chart @J12934 (#801)

๐Ÿš“ Security Scanner

โš“๏ธ Hooks

๐Ÿ› Bug Fixes

๐Ÿงช Test

๐Ÿ“š Documentation

  • Update Helm Docs @J12934 (#813)
  • Fix Minor Grammar Mistake in Finding Post Processing Hook @J12934 (#802)
  • Fix Outdated Example in Update Field Hook Docs @J12934 (#787)

๐Ÿ”ง Maintenance

Distribution

Artifact HUB
Docker Hub

Contributers

Thx to all our contributers supporting this project ๐Ÿค—
@EndPositive, @malexmave, @Ilyesbdlala, @J12934, @Weltraumschaf, @secureCodeBoxBot, @github-actions and @snyk-bot

Don't miss a new secureCodeBox release

NewReleases is sending notifications on new releases.