Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .buildkite/pipelines/evals/evals.suites.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@
"tags": ["security", "pci-compliance"],
"ciLabels": ["evals:pci-compliance"],
"serverConfigSet": "evals_pci_compliance"
},
{
"id": "security-automatic-migrations",
"name": "Security Automatic Migrations",
"slackChannel": "#security-generative-ai-evals",
Expand Down
1 change: 0 additions & 1 deletion elastic-llm-benchmarker

This file was deleted.

1 change: 0 additions & 1 deletion openspec/specs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const allowedExperimentalValues = Object.freeze({
* Enables the PCI DSS v4.0.1 Compliance Agent Builder skill and its backing tools.
* Gates skill + tool registration so the feature can ship dark and be enabled per environment.
*/
pciComplianceAgentBuilder: false,
pciComplianceAgentBuilder: true,

/**
* Enables the new flyout using the EUI flyout system
Expand Down
Loading