8000 ➹ Add a crontab configuration option to scheduledScans · Issue #150 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content

➹ Add a crontab configuration option to scheduledScans #150

@rfelber

Description

@rfelber

Is your feature request related to a problem? Please describe.
As a security tester i would like to configure the start time pattern for scheduledScans more precisely. For now it is possible to configure the time interval (hours) between to scans but the starting point relates to the installation time of the scheduledScan.

Describe the solution you'd like
To be able to configure a more complex schedule for my security scan it would be great to support a crontab syntax as an alternative option.

Example

apiVersion: "execution.securecodebox.io/v1"
kind: ScheduledScan
metadata:
  name: "nmap-scanme.nmap.org-daily"
spec:
  crontab: "0 12 * * *"
  scanSpec:
    scanType: "nmap"
    parameters:
        # Use nmaps service detection feature
        - "-sV"
        - scanme.nmap.org
  historyLimit: 3

Describe alternatives you've considered
none

Additional context

Metadata

Metadata

Assignees

Labels

CRDImprovements or additions to CRDsHacktoberfesthttps://hacktoberfest.digitalocean.com/enhancementNew feature or request

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0