Skip to content

Commit 7d63da8

Browse files
committed
v0.6.7: Updated main.go version & updated HTML examples
1 parent 29c69b2 commit 7d63da8

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

docs/examples/reports/sample-aws-soc2-report.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@
379379
background: white;
380380
border-radius: 4px;
381381
border: 1px solid #e1e4e8;
382+
overflow-wrap: break-word;
383+
word-break: break-word;
382384
}
383385

384386
.evidence-title {
@@ -398,6 +400,9 @@
398400
.evidence-steps li {
399401
padding: 6px 0;
400402
color: #586069;
403+
word-wrap: break-word;
404+
overflow-wrap: break-word;
405+
word-break: break-all;
401406
}
402407

403408
.evidence-steps li:before {
@@ -417,6 +422,10 @@
417422
font-size: 0.9em;
418423
margin-top: 10px;
419424
transition: background 0.3s;
425+
max-width: 100%;
426+
overflow: hidden;
427+
text-overflow: ellipsis;
428+
white-space: nowrap;
420429
}
421430

422431
.console-link:hover {
@@ -460,7 +469,7 @@
460469
<div class="container">
461470
<div class="header">
462471
<h1>SOC2 Compliance Report</h1>
463-
<div class="subtitle">Generated October 11, 2025 at 6:52 PM | Account: 1234567890123</div>
472+
<div class="subtitle">Generated October 13, 2025 at 4:49 PM | Account: 1234567890</div>
464473
</div>
465474

466475
<div class="score-card">
@@ -486,13 +495,13 @@ <h2>Automated Check Score</h2>
486495

487496

488497
<div class="disclaimer-banner">
489-
<h3>⚠️ Important: Automated Technical Checks Only</h3>
498+
<h3>Important: Automated Technical Checks Only</h3>
490499
<p>This report shows <strong>41 automated technical checks</strong> out of <strong>49 total controls</strong>.
491500
The 31.7% score represents automated infrastructure checks only.</p>
492501

493502
<div class="disclaimer-grid">
494503
<div class="disclaimer-box automated">
495-
<h4>Automated Checks (41 controls)</h4>
504+
<h4>Automated Checks (41 controls)</h4>
496505
<ul>
497506
<li>Infrastructure configurations</li>
498507
<li>Access control policies</li>
@@ -503,7 +512,7 @@ <h4>✓ Automated Checks (41 controls)</h4>
503512
</div>
504513

505514
<div class="disclaimer-box manual">
506-
<h4>Manual Documentation Required (8 controls)</h4>
515+
<h4>Manual Documentation Required (8 controls)</h4>
507516
<ul>
508517
<li>Organizational policies</li>
509518
<li>Training records</li>
@@ -523,7 +532,7 @@ <h4>✗ Manual Documentation Required (8 controls)</h4>
523532
</ul>
524533

525534
<p style="margin-top: 15px; font-weight: 600; color: #721c24;">
526-
⚠️ THIS TOOL DOES NOT PROVIDE CERTIFICATION.
535+
THIS TOOL DOES NOT PROVIDE CERTIFICATION.
527536
Formal assessment by qualified auditor is required.
528537
</p>
529538
</div>

docs/examples/reports/sample-azure-cmmc-report.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@
379379
background: white;
380380
border-radius: 4px;
381381
border: 1px solid #e1e4e8;
382+
overflow-wrap: break-word;
383+
word-break: break-word;
382384
}
383385

384386
.evidence-title {
@@ -398,6 +400,9 @@
398400
.evidence-steps li {
399401
padding: 6px 0;
400402
color: #586069;
403+
word-wrap: break-word;
404+
overflow-wrap: break-word;
405+
word-break: break-all;
401406
}
402407

403408
.evidence-steps li:before {
@@ -417,6 +422,10 @@
417422
font-size: 0.9em;
418423
margin-top: 10px;
419424
transition: background 0.3s;
425+
max-width: 100%;
426+
overflow: hidden;
427+
text-overflow: ellipsis;
428+
white-space: nowrap;
420429
}
421430

422431
.console-link:hover {
@@ -460,7 +469,7 @@
460469
<div class="container">
461470
<div class="header">
462471
<h1>CMMC Compliance Report</h1>
463-
<div class="subtitle">Generated October 11, 2025 at 9:55 PM | Account: 1234567890123-1234567890123</div>
472+
<div class="subtitle">Generated October 13, 2025 at 4:55 PM | Account: 1234567890123-1234567890123</div>
464473
</div>
465474

466475
<div class="score-card">
@@ -486,13 +495,13 @@ <h2>Automated Check Score</h2>
486495

487496

488497
<div class="disclaimer-banner">
489-
<h3>⚠️ Important: Automated Technical Checks Only</h3>
498+
<h3>Important: Automated Technical Checks Only</h3>
490499
<p>This report shows <strong>5 automated technical checks</strong> out of <strong>17 total controls</strong>.
491500
The 80.0% score represents automated infrastructure checks only.</p>
492501

493502
<div class="disclaimer-grid">
494503
<div class="disclaimer-box automated">
495-
<h4>Automated Checks (5 controls)</h4>
504+
<h4>Automated Checks (5 controls)</h4>
496505
<ul>
497506
<li>Infrastructure configurations</li>
498507
<li>Access control policies</li>
@@ -503,7 +512,7 @@ <h4>✓ Automated Checks (5 controls)</h4>
503512
</div>
504513

505514
<div class="disclaimer-box manual">
506-
<h4>Manual Documentation Required (12 controls)</h4>
515+
<h4>Manual Documentation Required (12 controls)</h4>
507516
<ul>
508517
<li>Organizational policies</li>
509518
<li>Training records</li>
@@ -523,7 +532,7 @@ <h4>✗ Manual Documentation Required (12 controls)</h4>
523532
</ul>
524533

525534
<p style="margin-top: 15px; font-weight: 600; color: #721c24;">
526-
⚠️ THIS TOOL DOES NOT PROVIDE CERTIFICATION.
535+
THIS TOOL DOES NOT PROVIDE CERTIFICATION.
527536
Formal assessment by qualified auditor is required.
528537
</p>
529538
</div>

scanner/cmd/auditkit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/guardian-nexus/auditkit/scanner/pkg/updater"
2121
)
2222

23-
const CurrentVersion = "v0.6.6"
23+
const CurrentVersion = "v0.6.7"
2424

2525
type ComplianceResult struct {
2626
Timestamp time.Time `json:"timestamp"`

0 commit comments

Comments
 (0)