Fix JSON for grading / rating

This commit is contained in:
Dirk 2020-04-19 23:54:42 +02:00
parent d9f2ca80d6
commit 4960829433

View File

@ -1121,6 +1121,7 @@ fileout_json_section() {
9) echo -e ",\n \"vulnerabilities\" : [" ;;
10) echo -e ",\n \"cipherTests\" : [" ;;
11) echo -e ",\n \"browserSimulations\": [" ;;
12) echo -e ",\n \"grading\" : [" ;;
*) echo "invalid section" ;;
esac
}