Reusable-Actions

Repository where all pipelines will be stored for reuse in other projects

MIT License

Stars
0
Committers
2

Bot releases are visible (Hide)

Reusable-Actions - v1.1.0 Latest Release

Published by FWesleycosta about 2 months ago

Description of the Repository

This is release refact workflow create-pull-request.yml

Add

  • Changed workflow create-pull-request.yml to use variables for the pull request title and body.
Reusable-Actions - v1.0.2

Published by FWesleycosta about 2 months ago

Reusable-Actions - v1.0.1

Published by FWesleycosta about 2 months ago

Description of the Repository

This is release changing regex in job 'Get branch values' in the archive create-pull-request.yml.

Change

  • Changed regex in the workflow create-pull-request.yml
Reusable-Actions - v1.0.0

Published by FWesleycosta about 2 months ago

Description of the Repository

This is release adding workflows reusables for sometimes functions with (Docker build, push, scan image, terraform apply, create pull request and scan vulnerabilities codes).

Add

  • Added build-push-scan.yml workflow for building, pushing, and scanning Docker images.
  • Added ecr-repository-management.yml workflow for managing ECR repositories using Terraform.
  • Added terraform-deploy.yml workflow for deploying lambda function using Terraform.
  • Added trivy.yml workflow for scanning Docker images for vulnerabilities using Trivy.
  • Added sonarqube.yml workflow for scanning code quality using SonarQube.
  • Added create-pull-request.yml workflow for creating a pull request using the GitHub API.