Update OB30Inspector.java

This commit is contained in:
Markus Gylling 2022-06-20 15:13:25 +02:00
parent c91ae7a383
commit 3ff7a0f76a

View File

@ -78,7 +78,9 @@ public class OB30Inspector extends VCInspector {
List<ReportItems> accumulator = new ArrayList<>();
int probeCount = 0;
try {
try {
//TODO turn into a loop once stable
//detect type (png, svg, json, jwt) and extract json data
probeCount++;
accumulator.add(new CredentialTypeProbe().run(resource, ctx));