Conditional upload for validators (uri or file upload). Added exceptions for POM conflicts between auth0 and iron verifiable credentials (and iron-vc with itself).

This commit is contained in:
Miles Lyon
2022-07-18 15:34:23 -04:00
parent b74d62e218
commit 9f95ba4652
2 changed files with 4 additions and 4 deletions
@@ -82,7 +82,7 @@ public class OB30Inspector extends VCInspector {
List<ReportItems> accumulator = new ArrayList<>();
int probeCount = 0;
try {
try {
//detect type (png, svg, json, jwt) and extract json data
probeCount++;
accumulator.add(new CredentialParseProbe().run(resource, ctx));