8000 GitHub - Celidor/devsecops: DevSecOps Lab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Celidor/devsecops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devsecops

Deploy serverless function with custom domain and Inspec test:

  • create a Jenkins server in AWS using https://github.com/celidor/devsecops-jenkins
  • fork the repository to your own GitHub account
  • create a SCM pipeline pointing to your repository
  • create a pipeline with Inspec tests
  • test your pipeline in Jenkins

A fully completed Jenkins pipeline and Inspec tests can be seen at https://github.com/celidor/devsecops-pipeline

delete serverless function

  • start with a dry run
  • default region is us-east-1, change if needed using --region argument
  • default AWS credential profile is used, change if needed using --profile argument
cd resources
python delete-serverlessenv.py --env {YOUR-ENVIRONMENT-NAME} --dry_run
  • then delete resources
python delete-serverlessenv.py --env {YOUR-ENVIRONMENT-NAME}

About

DevSecOps Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0