Update OB30Inspector.java
This commit is contained in:
parent
c91ae7a383
commit
3ff7a0f76a
@ -78,7 +78,9 @@ public class OB30Inspector extends VCInspector {
|
|||||||
List<ReportItems> accumulator = new ArrayList<>();
|
List<ReportItems> accumulator = new ArrayList<>();
|
||||||
int probeCount = 0;
|
int probeCount = 0;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
//TODO turn into a loop once stable
|
||||||
|
|
||||||
//detect type (png, svg, json, jwt) and extract json data
|
//detect type (png, svg, json, jwt) and extract json data
|
||||||
probeCount++;
|
probeCount++;
|
||||||
accumulator.add(new CredentialTypeProbe().run(resource, ctx));
|
accumulator.add(new CredentialTypeProbe().run(resource, ctx));
|
||||||
|
Loading…
Reference in New Issue
Block a user