-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (95 loc) · 4.96 KB
/
index.html
File metadata and controls
102 lines (95 loc) · 4.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:," />
<!-- Primary Meta Tags -->
<title>IaC Security Scanner | Free Browser-Based Infrastructure Code Security Analysis</title>
<meta name="title" content="IaC Security Scanner | Free Browser-Based Infrastructure Code Security Analysis" />
<meta name="description" content="Free, privacy-first Infrastructure as Code security scanner. Scan Terraform, Kubernetes, Docker, CloudFormation files directly in your browser. No uploads, no accounts, 100% client-side security analysis." />
<meta name="author" content="IaC Security Scanner" />
<meta name="keywords" content="IaC security, terraform security, kubernetes security, docker security, cloudformation security, infrastructure security scanner, checkov alternative, infrastructure as code scanner, devsecops, security scanning, terraform scanner, kubernetes scanner, docker scanner, cloudformation scanner, browser security scanner, client-side scanner, privacy-first scanner" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="IaC Security Scanner | Free Browser-Based Infrastructure Code Security Analysis" />
<meta property="og:description" content="Scan your infrastructure code for security issues. 100% browser-based, no data leaves your device. Supports Terraform, Kubernetes, Docker, and CloudFormation." />
<meta property="og:image" content="/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="IaC Security Scanner - Browser-Based Infrastructure Code Security Analysis" />
<meta property="og:url" content="https://iac-scanner.dev" />
<meta property="og:site_name" content="IaC Security Scanner" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="IaC Security Scanner | Free Browser-Based Infrastructure Code Security Analysis" />
<meta name="twitter:description" content="Scan your infrastructure code for security issues. 100% browser-based, no data leaves your device." />
<meta name="twitter:image" content="/og-image.png" />
<meta name="twitter:image:alt" content="IaC Security Scanner - Browser-Based Infrastructure Code Security Analysis" />
<!-- Additional SEO -->
<link rel="canonical" href="https://iac-scanner.dev" />
<meta name="theme-color" content="#0a0f1a" />
<meta name="color-scheme" content="dark" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="IaC Security Scanner" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "IaC Security Scanner",
"description": "Free, privacy-first Infrastructure as Code security scanner. Scan Terraform, Kubernetes, Docker, CloudFormation files directly in your browser.",
"url": "https://iac-scanner.dev",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Terraform security scanning",
"Kubernetes security scanning",
"Docker security scanning",
"CloudFormation security scanning",
"100% client-side processing",
"No data uploads",
"Privacy-first approach",
"Real-time security analysis"
],
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"softwareVersion": "1.0.0"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "IaC Security Scanner",
"description": "Browser-based Infrastructure as Code security scanner for Terraform, Kubernetes, Docker, and CloudFormation",
"url": "https://iac-scanner.dev",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "1"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>