You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/autotailor.8
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,13 @@ If left out, the new ID will be obtained by appending '_customized' to the tailo
68
68
Import tailoring from a JSON file (https://github.com/ComplianceAsCode/schemas/tree/main/tailoring). This option makes BASE_PROFILE_ID positional argument optional.
69
69
However, data passed in the command line options takes precedence over JSON contents, including the BASE_PROFILE_ID argument.
70
70
.RE
71
+
.TP
72
+
\fB--local-path\fR
73
+
.RS
74
+
Use local path for the benchmark href instead of absolute file:// URI. This option is useful for compatibility with layered products like Red Hat Satellite that cannot resolve local filesystem paths.
75
+
When this option is specified, absolute paths are converted to basename only, while relative paths are preserved as provided.
76
+
By default, the tool uses absolute file:// URIs for backward compatibility.
0 commit comments