-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
bugBugsBugs
Description
🐞 Bug report
Describe the bug
The new feature #275 seems to be broken due to a missing CRD spec.
Steps To Reproduce
Trying to use the feature in scheduled scans results in an error:
Example scheduledScan:
apiVersion: execution.securecodebox.io/v1
kind: ScheduledScan
metadata:
name: nmap-test
spec:
interval: 24h
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
scanSpec:
scanType: "nmap"
parameters:
...Result / Error:
error validating data: ValidationError(ScheduledScan.spec): unknown field "concurrencyPolicy" in io.securecodebox.execution.v1.ScheduledScan.specExpected behavior
No error
System (please complete the following information):
- SCB v4.1.0
- Kubernetes 1.24
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBugsBugs
Type
Projects
Status
Done