1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-08 08:08:35 +02:00

Merge pull request from dcooper16/fix_flat_json

Fix flat JSON file
This commit is contained in:
Dirk Wetter 2022-04-07 21:28:32 +02:00 committed by GitHub
commit fc07b379d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1313,8 +1313,8 @@ fileout_insert_warning() {
else else
echo -e ", " >>"$JSONFILE" echo -e ", " >>"$JSONFILE"
fi fi
FIRST_FINDING=true
fi fi
FIRST_FINDING=true
} }
fileout_csv_finding() { fileout_csv_finding() {