FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add suspend functionality to Scan and ScheduledScan resources by J12934 · Pull Request #3504 · secureCodeBox/secureCodeBox · GitHub

Add suspend functionality to Scan and ScheduledScan resources - #3504

Merged
J12934 merged 1 commit into
secureCodeBox:mainfrom
J12934:feature/suspended-scans
Feb 17, 2026
Merged

Add suspend functionality to Scan and ScheduledScan resources#3504
J12934 merged 1 commit into
secureCodeBox:mainfrom
J12934:feature/suspended-scans

Conversation

J12934 commented Feb 9, 2026

Copy link
Copy Markdown
Member

Description

Add suspend functionality to Scan and ScheduledScan resources
Behaving similarly to kubernetes jobs and cronjobs which have the same functionality

My current use case for this is to create a Scan for which I also want to create a restricted NetworkPolicy.

This should then allow me to:

  • Create Scan with suspended: true
  • Create NetworkPolicy for the specific scan with a ownerReference for the scan (to ensure auto-cleanup)
  • Unsuspend the Scan

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

Behaving similarly to kubernetes jobs and cronjobs which have the same functionality

Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
J12934 self-assigned this Feb 9, 2026
J12934 added the enhancement New feature or request label Feb 9, 2026
J12934 added the CRD Improvements or additions to CRDs label Feb 9, 2026

netlify Bot commented Feb 9, 2026
edited
Loading

Copy link
Copy Markdown

Deploy Preview for docs-securecodebox ready!

Name Link
🔨 Latest commit 1815f0a
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/6989de5b9df2130008ec8064
😎 Deploy Preview https://deploy-preview-3504--docs-securecodebox.netlify.app
📱 Preview on mobile Toggle QR Code...



Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

sonarqubecloud Bot commented Feb 9, 2026

Copy link
Copy Markdown

Quality Gate failed

Failed conditions
13.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

J12934 moved this from Triage to To Review in secureCodeBox Feb 9, 2026
github-project-automation Bot moved this from To Review to Reviewer Approved in secureCodeBox Feb 17, 2026
J12934 merged commit 9936781 into secureCodeBox:main Feb 17, 2026
50 of 51 checks passed
github-project-automation Bot moved this from Reviewer Approved to Done in secureCodeBox Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CRD Improvements or additions to CRDs enhancement New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL