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

Feat/actions #127

Merged
merged 36 commits into from
Mar 1, 2024
Merged

Feat/actions #127

merged 36 commits into from
Mar 1, 2024

Conversation

Ankit-clouddrove
Copy link
Member

@Ankit-clouddrove Ankit-clouddrove commented Feb 28, 2024

what

  • Added RemoteSSHCommadn.yml file for running the bash commands on Ec2 using the private SSH key and Send Slack Notifications after the execution of Action workflow file.
  • Added Readme file for RemoteSSHCommand.yml file.
  • Added AWSSSMSendCommand.yml file for running the bash commands on Ec2 without SSH and Send slack Notifications after the execution of Action workflow file.
  • Added Readme file for AWSSSMSendCommand.yml file.
  • Added Dockerfile path input in docker-scanner.yml file.
  • Added Security upload input in the docker-scanner.yml file with condition statement.

why

  • To create a YAML file RemoteSSHCommand.yml that defines a workflow for running Bash commands on an EC2 instance using a private SSH key.This is a part of automation process where commands need to be executed on a remote server securely via SSH.
  • Create Readme file RemoteSSHCommand.md provides documentation and instructions for using the RemoteSSHCommand.yml workflow file.
  • Create a YAML file AWSSSMSendCommand.yml that defines a workflow for running Bash commands on an EC2 instance without using SSH. Instead, AWS Systems Manager (SSM) is used for command execution.AWS SSM allows for remote command execution without requiring direct SSH access. This could be useful in scenarios where SSH access is restricted or not desired.
  • Create Readme file AWSSSMSendCommand.md provides documentation and instructions for using the AWSSSMSendCommand.yml workflow file.
  • To introduce a new input parameter "dockerfile-path" in the docker-scanner.yml workflow file, allowing users to specify the path to the Dockerfile.This input parameter provides flexibility to users who want to customize the location of their Dockerfile within the project structure.
  • To include an input parameter "security-upload" in the docker-scanner.yml workflow file, is used to uploading security-related information to GitHub security only if certain checks or conditions are met.

Copy link
Member

@VishwajitNagulkar VishwajitNagulkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@themaniskshah themaniskshah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@themaniskshah themaniskshah mentioned this pull request Mar 1, 2024
@clouddrove-ci clouddrove-ci merged commit c138c5a into master Mar 1, 2024
1 check passed
@clouddrove-ci clouddrove-ci deleted the feat/actions branch March 1, 2024 19:46
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.

5 participants