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 398878d commit 195a93cCopy full SHA for 195a93c
modules/run/tests/features/run.feature
@@ -0,0 +1,8 @@
1
+@ubi9
2
+Feature: OpenJDK run script tests
3
+ Scenario: 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