Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 67859ab

Browse files
committed
Add lurcher config comment
1 parent eae6caa commit 67859ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/controllers/execution/scan_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ func (r *ScanReconciler) constructJobForScan(scan *executionv1.Scan, scanType *e
457457
},
458458
)
459459

460+
// Get lurcher image config from env
460461
lurcherImage := os.Getenv("LURCHER_IMAGE")
461462
if lurcherImage == "" {
462463
lurcherImage = "scbexperimental/lurcher:latest"

0 commit comments

Comments
 (0)