Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CI pipeline #2

Closed
wants to merge 32 commits into from
Closed

Added CI pipeline #2

wants to merge 32 commits into from

Conversation

johncollinson2001
Copy link
Contributor

@johncollinson2001 johncollinson2001 commented Sep 9, 2024

Description:

This pull request introduces a new CI pipeline workflow for the repository. The workflow is designed to automate the build verification and static code analysis processes using GitHub Actions. The workflow is triggered on pushes to the main branch and on pull requests.

Workflow Details:

  • Triggers:
    • push to main branch
    • pull_request
  • Jobs:
    1. Build Verification:
      • Steps:
        • Validate Terraform configuration
    2. Static Code Analysis:
      • Steps:
        • Check Terraform format
        • Run Terraform lint
        • Run Checkov scan
        • Run GitLeaks secret scan
        • Run Trivy scan

Benefits:

  • Ensures that the Terraform configuration is valid and properly formatted.
  • Automates the build verification process, improving development efficiency.
  • Provides early feedback on pull requests, helping to maintain code quality.

Please review the changes and provide feedback. Once approved, this workflow will be merged into the main branch.

@johncollinson2001 johncollinson2001 deleted the johnc/ci-pipeline branch September 9, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant