We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d981f03 commit 04f93d0Copy full SHA for 04f93d0
modules/run/tests/features/run.feature
@@ -0,0 +1,8 @@
1
+@ubi8
2
+Feature: OpenJDK run script tests
3
+ Scenario: OPENJDK-3009: Ensure command-line options containing 'password' are masked in logs
4
+ Given container is started with env
5
+ | variable | value |
6
+ | JAVA_OPTS_APPEND | -Djavax.net.ssl.trustStorePassword=sensitiveString |
7
+ Then container log should not contain sensitiveString
8
+
0 commit comments