├── .github └── ISSUE_TEMPLATE │ ├── custom.md │ └── devsecops-issue-template.md ├── LICENSE ├── README.md └── devsecopsmanifesto.md /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ann-felix/DevSecOps/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/devsecops-issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ann-felix/DevSecOps/HEAD/.github/ISSUE_TEMPLATE/devsecops-issue-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ann-felix/DevSecOps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ann-felix/DevSecOps/HEAD/README.md -------------------------------------------------------------------------------- /devsecopsmanifesto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ann-felix/DevSecOps/HEAD/devsecopsmanifesto.md --------------------------------------------------------------------------------