mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
822 B
822 B
name, about, title, labels, assignees
| name | about | title | labels | assignees | ||
|---|---|---|---|---|---|---|
| Feature: CI/CD Integration Packages | Template for building GitHub Actions and GitLab Runner wrappers. | Feature: CI/CD Integration Packages (GitHub Actions & GitLab Runner) |
|
Description
We want to make it easy for developers to integrate SecureLens into their CI/CD pipelines.
Goal
Create a reusable GitHub Action and GitLab Runner template that runs the securelens CLI inside workflow pipelines.
Requirements
- Wrap the CLI command
securelens scanso it can run inside a container in GitHub Actions. - Implement configuration options to pass the
--ciand--fail-onflags. - Ensure the action outputs logs cleanly and fails the build step with a non-zero exit code if critical or high vulnerabilities are detected.