Deploy Inicial do SteelCheck com Docker Build Automatizado

This commit is contained in:
2026-06-22 23:47:08 +00:00
parent 514f2b5f10
commit b551449bff
4 changed files with 618 additions and 173 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface ComplianceItem {
norm: string;
certificate: string;
status: 'OK' | 'FALHA';
differencePercentage?: string;
}
export interface ComplianceData {