Skip to content

Commit 067995d

Browse files
J12934Weltraumschaf
authored andcommitted
Go fmt
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 52d0b92 commit 067995d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

operator/controllers/execution/scans/scan_reconciler.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@ func (r *ScanReconciler) constructJobForScan(scan *executionv1.Scan, scanTypeSpe
293293
switch seccompProfileRaw {
294294
case "Localhost":
295295
seccompProfile = corev1.SeccompProfile{
296-
Type: corev1.SeccompProfileTypeLocalhost,}
296+
Type: corev1.SeccompProfileTypeLocalhost}
297297
case "RuntimeDefault":
298298
seccompProfile = corev1.SeccompProfile{
299-
Type: corev1.SeccompProfileTypeRuntimeDefault,}
300-
case "Unconfined":
299+
Type: corev1.SeccompProfileTypeRuntimeDefault}
300+
case "Unconfined":
301301
seccompProfile = corev1.SeccompProfile{
302-
Type: corev1.SeccompProfileTypeUnconfined,}
302+
Type: corev1.SeccompProfileTypeUnconfined}
303303
case "":
304304
seccompProfile = corev1.SeccompProfile{
305305
Type: corev1.SeccompProfileTypeRuntimeDefault,

0 commit comments

Comments
 (0)