Fixed enum. Chanded DevOps to DevSecOps
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 1s

This commit is contained in:
Clemens Hering
2025-11-14 17:34:21 +01:00
parent c5b66c4298
commit 3498a23ee1
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import Base from "../../layouts/Base.astro";
const benefits = [ const benefits = [
{ title: "Zero-Trust & Härtung", text: "Security-by-Design, CIS/BSI-Richtlinien, automatisierte Policies." }, { title: "Zero-Trust & Härtung", text: "Security-by-Design, CIS/BSI-Richtlinien, automatisierte Policies." },
{ title: "Cloud Foundations", text: "Landing Zones, Identity, Observability sauber & skalierbar." }, { title: "Cloud Foundations", text: "Landing Zones, Identity, Observability sauber & skalierbar." },
{ title: "Automatisierung", text: "IaC/CI/CD, GitOps, wiederholbar & auditfähig." } { title: "Automatisierung", text: "IaC, CI/CD, GitOps, wiederholbar & auditfähig." }
]; ];
const approach = [ const approach = [
{ title: 'Assess', text: 'Risiko- und Reifegradanalyse: schneller Quick-Scan, klare Prioritäten.' }, { title: 'Assess', text: 'Risiko- und Reifegradanalyse: schneller Quick-Scan, klare Prioritäten.' },
@@ -46,7 +46,7 @@ const approach = [
<h2 class="text-2xl font-bold mb-6">Leistungen</h2> <h2 class="text-2xl font-bold mb-6">Leistungen</h2>
<div class="grid md:grid-cols-3 gap-6"> <div class="grid md:grid-cols-3 gap-6">
<div class="p-6 border rounded-brand card"> <div class="p-6 border rounded-brand card">
<h3 class="font-semibold text-lg">Cloud & DevOps</h3> <h3 class="font-semibold text-lg">Cloud & DevSecOps</h3>
<p class="mt-2 text-textMuted">Plan, Build & Run effizient, sicher, skalierbar.</p> <p class="mt-2 text-textMuted">Plan, Build & Run effizient, sicher, skalierbar.</p>
<a href="/de/leistungen" class="mt-3 inline-block text-primary underline">Mehr erfahren</a> <a href="/de/leistungen" class="mt-3 inline-block text-primary underline">Mehr erfahren</a>
</div> </div>

View File

@@ -3,10 +3,10 @@ import Base from "../../layouts/Base.astro";
const benefits = [ const benefits = [
{ title: "Zero-Trust & Hardening", text: "Security-by-Design, CIS/BSI guidelines, automated policies." }, { title: "Zero-Trust & Hardening", text: "Security-by-Design, CIS/BSI guidelines, automated policies." },
{ title: "Cloud Foundations", text: "Landing zones, identity, observability clean & scalable." }, { title: "Cloud Foundations", text: "Landing zones, identity, observability clean & scalable." },
{ title: "Automation", text: "IaC/CI/CD, GitOps, reproducible & auditable." } { title: "Automation", text: "IaC, CI/CD, GitOps, reproducible & auditable." }
]; ];
const features = [ const features = [
{ title: "Cloud & DevOps", text: "Plan, Build & Run efficient, secure, scalable." }, { title: "Cloud & SecOps", text: "Plan, Build & Run efficient, secure, scalable." },
{ title: "Security & Compliance", text: "BSI/ISO-aligned, Zero-Trust, audits, policies-as-code." }, { title: "Security & Compliance", text: "BSI/ISO-aligned, Zero-Trust, audits, policies-as-code." },
{ title: "AI & Automation", text: "RAG, agents & process automation with measurable outcome." } { title: "AI & Automation", text: "RAG, agents & process automation with measurable outcome." }
]; ];