Skip to content

Commit

Permalink
Small security process enhancement
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed Sep 18, 2024
1 parent 8df3053 commit 03f373b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/init/security/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export function execute(dryRun?: boolean, ignoreSecurityFailures?: boolean) {
common.printMessage(``);
common.printMessage(`WARNING: Due to the limitation of the ZWEI${securityPrefix} job, exit with 0 does not mean`);
common.printMessage(` the job is fully successful. Please check the job log to determine`);
common.printMessage(` if there are any inline errors.`);
common.printMessage(` if there are any messages indicating a problem.`);
common.printMessage(``);
}
1 change: 1 addition & 0 deletions example-zowe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ zowe:
# country: "CZ"
# # Validity days for Zowe generated certificates
# validity: 3650
# # **COMMONLY_CUSTOMIZED**
# # Domain names and IPs should be added into certificate SAN
# # If this field is not defined, `zwe init` command will use
# # `zowe.externalDomains`.
Expand Down

0 comments on commit 03f373b

Please sign in to comment.