Skip to content

ci: harden CI/CD security #3

ci: harden CI/CD security

ci: harden CI/CD security #3

Triggered via pull request May 14, 2026 22:01
Status Failure
Total duration 1m 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
security
Process completed with exit code 1.
format
Process completed with exit code 1.
setup
Cache save failed.
lint: src/tui-harness/mcp/server.ts#L232
Found non-literal argument to RegExp Constructor
lint: src/cli/tui/screens/home/HelpScreen.tsx#L212
React Hook useMemo has a missing dependency: 'filterCommand'. Either include it or remove the dependency array
lint: src/cli/tui/screens/home/HelpScreen.tsx#L208
React Hook useMemo has a missing dependency: 'filterCommand'. Either include it or remove the dependency array
lint: src/cli/tui/screens/deploy/useDeployFlow.ts#L481
React Hook useEffect has a missing dependency: 'context?.projectSpec.agentCoreGateways?.length'. Either include it or remove the dependency array
lint: src/cli/tui/screens/agent/AddAgentScreen.tsx#L345
React Hook useMemo has an unnecessary dependency: 'byoAdvancedActive'. Either exclude it or remove the dependency array
lint: src/cli/tui/screens/agent/AddAgentScreen.tsx#L104
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/ResourceGraph.tsx#L112
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L131
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/tui/components/DiffSummaryView.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/cli/commands/status/command.tsx#L242
Fast refresh only works when a file only exports components. Move your component(s) to a separate file. If all exports are HOCs, add them to the `extraHOCs` option