refactor: Move Screening to Zusatzmodule (optional)

- Screening step: isOptional=true
- Compliance Modules no longer depends on Screening
- Description updated to "SBOM + Vulnerability Scan (OSV.dev)"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-04 13:55:09 +02:00
parent 225456ec14
commit 7ab1476d8f
+3 -3
View File
@@ -65,11 +65,11 @@ export const SDK_STEPS: SDKStep[] = [
order: 5,
name: 'System Screening',
nameShort: 'Screening',
description: 'SBOM + Security Check',
description: 'SBOM + Vulnerability Scan (OSV.dev)',
url: '/sdk/screening',
checkpointId: 'CP-SCAN',
prerequisiteSteps: ['use-case-assessment'],
isOptional: false },
isOptional: true },
{
id: 'modules',
seq: 600,
@@ -81,7 +81,7 @@ export const SDK_STEPS: SDKStep[] = [
description: 'Abgleich welche Regulierungen gelten',
url: '/sdk/modules',
checkpointId: 'CP-MOD',
prerequisiteSteps: ['screening'],
prerequisiteSteps: ['use-case-assessment'],
isOptional: false },
{
id: 'source-policy',