We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086c655 commit 2b2b0a6Copy full SHA for 2b2b0a6
tcpsigner/entrypoint.sh
@@ -16,7 +16,7 @@ trap stop SIGTERM SIGINT SIGQUIT SIGHUP ERR
16
# ==========================================================
17
18
while getopts ":p:h" opt; do
19
- case "$opt" in
+ case "$opt" in # NOSONAR
20
p)
21
PORT=$OPTARG
22
;;
tcpsigner/run.sh
@@ -2,7 +2,7 @@
2
3
PORT=9999
4
while getopts ":p:" opt; do
5
6
7
8
0 commit comments