Create a GitHub Actions workflow that performs automated security scans on ECMPS 2.0 API endpoints using OWASP ZAP (Zed Attack Proxy).
Model the workflow after "API Full Zap Scan" workflow.
The new workflow should be generic and maintainable, supporting different APIs without hardcoded configurations.
Acceptance Criteria
The workflow successfully scans a given backend API for security vulnerabilities
Create a GitHub Actions workflow that performs automated security scans on ECMPS 2.0 API endpoints using OWASP ZAP (Zed Attack Proxy). Model the workflow after "API Full Zap Scan" workflow. The new workflow should be generic and maintainable, supporting different APIs without hardcoded configurations.
Acceptance Criteria