Skip to content

Commit fc4470b

Browse files
committed
fix: test HtmlReportTest fix
1 parent f55ff1b commit fc4470b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/test/resources/__files/trustedcontent/maven_report.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,12 @@
432432
}
433433
]
434434
}
435+
],
436+
"pkg:oci/debian@sha256:7c288032ecf3319045d9fa538c3b0cc868a320d01d03bce15b99c2c336319994?tag=0.0.1": [
437+
{
438+
"package": "pkg:oci/ubi@sha256:f5983f7c7878cc9b26a3962be7756e3c810e9831b0b9f9613e6f6b445f884e74?repository_url=registry.access.redhat.com/ubi9/ubi&tag=9.3-1552&arch=amd64",
439+
"vulnerabilities": []
440+
}
435441
]
436442
}
437443
}

src/test/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ quarkus.hibernate-orm.sql-load-script=db/h2/V2__insert_data.sql
1515
provider.trustify.auth.server-url=${keycloak.url}/realms/trustify
1616
provider.trustify.auth.client-id=test-trustify-client
1717
provider.trustify.auth.client-secret=test-trustify-secret
18+
19+
# Branding configuration for tests - restore UBI 9 behavior for compatibility
20+
branding.image.recommendation=Consider upgrading to UBI 9 container images for enhanced security.

0 commit comments

Comments
 (0)