We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09fb279 + 3973bc3 commit d424b0cCopy full SHA for d424b0c
1 file changed
testssl.sh
@@ -1229,7 +1229,7 @@ fileout_pretty_json_banner() {
1229
fileout_banner() {
1230
if "$JSONHEADER"; then
1231
# "$do_json" && # here we maybe should add a banner, too
1232
- "$do_pretty_json" && (printf "%s\n" "$(fileout_pretty_json_banner)") >> "$JSONFILE"
+ "$do_pretty_json" && FIRST_FINDING=true && (printf "%s\n" "$(fileout_pretty_json_banner)") >> "$JSONFILE"
1233
fi
1234
}
1235
0 commit comments