3 Commits
Author SHA1 Message Date
patel-lyzr 22a0fc694d feat: add SAST and Image Scan node types with configuration forms
- Implemented SAST node type for static analysis with configurable tools (Trivy, Semgrep, Gitleaks, SonarCloud, custom).
- Added Image Scan node type for scanning built container images for CVEs and secrets.
- Enhanced NodeRow component to display scan results and push summaries.
- Updated node catalog to include new node types with default configurations.
2026-05-13 22:15:08 +05:30
patel-lyzr 034b4cac88 feat: enhance PushExecutor and PushForm for multi-target image mirroring 2026-05-13 22:15:08 +05:30
patel-lyzr 9887a06c72 feat: add PushExecutor for OCI image mirroring
- Implement PushExecutor to copy OCI images from one registry to another.
- Add PushForm to the node form for configuring push parameters.
- Update node catalog to include the new Push node type.
- Modify registry registration to include PushExecutor.
- Update go.sum with necessary dependency versions.
2026-05-13 22:15:08 +05:30