From cf5c7d9b176cc0260c18b3611ce64aa93f24dd9b Mon Sep 17 00:00:00 2001 From: rarebuffalo Date: Fri, 12 Jun 2026 19:37:00 +0530 Subject: [PATCH] add github issue template for ci/cd integrations --- .github/ISSUE_TEMPLATE/ci_cd_integration.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ci_cd_integration.md diff --git a/.github/ISSUE_TEMPLATE/ci_cd_integration.md b/.github/ISSUE_TEMPLATE/ci_cd_integration.md new file mode 100644 index 0000000..8b27080 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ci_cd_integration.md @@ -0,0 +1,21 @@ +--- +name: 'Feature: CI/CD Integration Packages' +about: Template for building GitHub Actions and GitLab Runner wrappers. +title: 'Feature: CI/CD Integration Packages (GitHub Actions & GitLab Runner)' +labels: ['help wanted', 'enhancement'] +assignees: '' +--- + +## 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 + +1. Wrap the CLI command `securelens scan` so it can run inside a container in GitHub Actions. +2. Implement configuration options to pass the `--ci` and `--fail-on` flags. +3. Ensure the action outputs logs cleanly and fails the build step with a non-zero exit code if critical or high vulnerabilities are detected.