Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Implemented PolicyDslValidator with command-line options for strict mode and JSON output. - Created PolicySchemaExporter to generate JSON schemas for policy-related models. - Developed PolicySimulationSmoke tool to validate policy simulations against expected outcomes. - Added project files and necessary dependencies for each tool. - Ensured proper error handling and usage instructions across tools.
24 lines
608 B
JSON
24 lines
608 B
JSON
{
|
|
"name": "serverless",
|
|
"policyPath": "docs/examples/policies/serverless.yaml",
|
|
"findings": [
|
|
{
|
|
"findingId": "library:pkg/aws-lambda@1.0.0",
|
|
"severity": "High",
|
|
"source": "NVD",
|
|
"environment": "serverless"
|
|
},
|
|
{
|
|
"findingId": "image:sha256:untrusted-base",
|
|
"severity": "Medium",
|
|
"source": "NVD",
|
|
"tags": ["image:latest-tag"],
|
|
"environment": "serverless"
|
|
}
|
|
],
|
|
"expectedDiffs": [
|
|
{ "findingId": "library:pkg/aws-lambda@1.0.0", "status": "Blocked" },
|
|
{ "findingId": "image:sha256:untrusted-base", "status": "Blocked" }
|
|
]
|
|
}
|