Integrates the WAF and sec headers checks into UI

This commit is contained in:
Alicia Sykes
2023-08-12 16:08:46 +01:00
parent b0008823da
commit 8263b9b7fd
2 changed files with 25 additions and 3 deletions

View File

@@ -213,6 +213,8 @@ const jobNames = [
'features',
'carbon',
'trace-route',
'firewall',
'http-security',
] as const;
export const initialJobs = jobNames.map((job: string) => {