File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -320,10 +320,6 @@ if [[ $command == "analyze" ]]; then
320
320
arg_prov_file=" $2 "
321
321
shift
322
322
;;
323
- -c|--config-path)
324
- arg_config_path=" $2 "
325
- shift
326
- ;;
327
323
-g|--template-path)
328
324
arg_template_path=" $2 "
329
325
shift
@@ -414,16 +410,6 @@ if [[ -n "${arg_template_path:-}" ]]; then
414
410
mount_file " -g/--template-path" " $template_path " " $template_path_in_container " " ro,Z"
415
411
fi
416
412
417
- # Determine the config path to be mounted into ${MACARON_WORKSPACE}/config/${file_name}
418
- if [[ -n " ${arg_config_path:- } " ]]; then
419
- config_path=" ${arg_config_path} "
420
- file_name=" $( basename " ${config_path} " ) "
421
- config_path_in_container=" ${MACARON_WORKSPACE} /config/${file_name} "
422
-
423
- argv_command+=(" --config-path" " $config_path_in_container " )
424
- mount_file " -c/--config-path" " $config_path " " $config_path_in_container " " ro,Z"
425
- fi
426
-
427
413
# Determine the sbom path to be mounted into ${MACARON_WORKSPACE}/sbom/${file_name}
428
414
if [[ -n " ${arg_sbom_path:- } " ]]; then
429
415
sbom_path=" ${arg_sbom_path} "
You can’t perform that action at this time.
0 commit comments