ArchiveorgSoftwareUltimate DevSecOps library Contribution rulesIf you want to contribute to this Library of knowledge please create proper PR (Pull request) with description what you are adding following these set of rules: Clear description of PRKeep it simple Fact over feelings or personal opinionsAdd source and follow the Library styleNote: Currently this is early version of the library. I recommend PR after first official release. DevSecOps Library info: This library contains list of tools and methodologies accompanied with resources. The main goal is provide to the engineers guide trough opensource DevSecOps tooling. This repository covers only cyber security in cloud and DevSecOps scope. DevSecOps fosuses on security automation, testing and enforcement during DevOps - Release - SDLC cycles. The whole meaning behind this methodology is connecting together Development, Security and Operations. DevSecOps is methodology providing diffeent methods, techniess and processes backed mainly with tooling focusing on developer / secuirty experience. DevSecOps takes care that security is part of every stage of DevOps loop - Plan, Code, Build, Test, Release, Deploy, Operate, Monitor. Various definitions: * https://www.redhat.com/en/topics/devops/what-is-devsecops* https://www.ibm.com/cloud/learn/devsecops * https://snyk.io/series/devsecops/ * https://www.synopsys.com/glossary/what-is-devsecops.htmlPre-commit time toolsIn this section you can find lifecycle helpers, precommit hook tools and threat modeling tools. Threat modeling tools are specific category by themselves allowing you simulate and dicover potential gaps before you start to develop the software or during the process.Modern DevSecOps tools allow to use Threat modeling as code or generation of threat models based on the existing code annotations. | Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || git-secrets | https://github.com/awslabs/git-secrets[1] | AWS labs tool preventing you from committing secrets to a git repository | || git-hound | https://github.com/tillson/git-hound[2] | Seachers secrets in git | | | goSDL | https://github.com/slackhq/goSDL[3] |Security Development Lifecycle checklist | || ThreatPlaybook | https://github.com/we45/ThreatPlaybook[4] |Threat modeling as code | || Threat Dragon | https://github.com/OWASP/threat-dragon[5] | OWASP Threat modeling tool | || threatspec | https://github.com/threatspec/threatspec[6] | Threat modeling as code | || pytm | https://github.com/izar/pytm[7] | A Pythonic framework for threat modeling | || Threagile | https://github.com/Threagile/threagile[8] | A Pythonic framework for threat modeling | || MAL-lang | https://mal-lang.org/#what [9] | A language to create cyber threat modeling systems for specific domains | || Microsoft Threat modleing tool | https://docs.microsoft.com/en-us/azure/security/develop/threat-modeling-tool[10] | Microsoft threat modeling tool | || Talisman | https://github.com/thoughtworks/talisman[11] | A tool to detect and prevent secrets from getting checked in | || SEDATED | https://github.com/OWASP/SEDATED[12] | The SEDATED® Project (Sensitive Enterprise Data Analyzer To Eliminate Disclosure) focuses on preventing sensitive data such as user credentials and tokens from being pushed to Git. | || Sonarlint | https://github.com/SonarSource/sonarlint-core[13] | Sonar linting utility for IDE | || DevSkim | https://github.com/microsoft/DevSkim[14] | DevSkim is a framework of IDE extensions and language analyzers that provide inline security analysis | || detect-secrets | https://github.com/Yelp/detect-secrets[15] | Detects secrets in your codebase | | Secrets managementSecrets management includes managing, versioning, encrypting, discovery, rotating, provisioning of passwords, certificates, configuration values and other types of secrets. | Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || GitLeaks | https://github.com/zricethezav/gitleaks[16] | Gitleaks is a scanning tool for detecting hardcoded secrets | | | TruffleHog | https://github.com/trufflesecurity/truffleHog[17] | TruffleHog is a scanning tool for detecting hardcoded secrets | || Hashicorp Vault | https://github.com/hashicorp/vault[18] | Hashicorp Vault secrets management | || Mozilla SOPS | https://github.com/mozilla/sops [19] | Mozilla Secrets Operations | || AWS secrets manager GH action | https://github.com/marketplace/actions/aws-secrets-manager-actions[20]| AWS secrets manager docs[21] | | | GitRob | https://github.com/michenriksen/gitrob[22] | Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github | || git-wild-hunt | https://github.com/d1vious/git-wild-hunt[23] | A tool to hunt for credentials in the GitHub | || aws-vault | https://github.com/99designs/aws-vault[24] | AWS Vault is a tool to securely store and access AWS credentials in a development environment | || Knox | https://github.com/pinterest/knox[25] | Knox is a service for storing and rotation of secrets, keys, and passwords used by other services | || Chef vault | https://github.com/chef/chef-vault[26] | allows you to encrypt a Chef Data Bag Item | || Ansible vault | Ansible vault docs[27] | Encryption/decryption utility for Ansible data files | |OSS and Dependecy managementDependecny security testing and analysis is very important part of disocvering supply chain attacks. SBOM creation and following depenceny scanning (Software composition analysis) is critical part of Continuous integration. Data series and data trends tracking should be part of CI tooling. You need to know what you produce and what you consume in context of libraries and packages. | Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || CycloneDX | https://github.com/orgs/CycloneDX/repositories[28] | CycloneDX format for SBOM | | | Snyk | https://github.com/snyk/snyk[29] | Snyk scans and monitors your projects for security vulnerabilities | | | vulncost | https://github.com/snyk/vulncost[30] | Security Scanner for VS Code | | | DependencyTrack | https://github.com/DependencyTrack/dependency-track[31] | Dependency security tracking platfrom | | | DependencyCheck | https://github.com/jeremylong/DependencyCheck[32] | Simple dependecny security scanner good for CI | | | Retire.js | https://github.com/retirejs/retire.js/[33] | Helps developers to detect the use of JS-library versions with known vulnerabilities | || PHP security checker | https://github.com/fabpot/local-php-security-checker[34] | Check vulnerabilities in PHP dependecies | | | bundler-audit | https://github.com/rubysec/bundler-audit[35] | Patch-level verification for bundler | | | gemnasium | https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium [36] | Dependency Scanning Analyzer based on Gemnasium || | Dependabot | https://github.com/dependabot/dependabot-core[37] | Automated dependency updates built into GitHub providign security alerts | | | npm-check | https://www.npmjs.com/package/npm-check[38] | Check for outdated, incorrect, and unused dependencies. | | SASTStatic code review tools working with source code and looking for known patterns and relationships of methods, variables, classes and libriaries. SAST works with the raw code and usualy not with build packages. | Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || Brakeman | https://github.com/presidentbeef/brakeman[39] | Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities| | | Semgrep | https://semgrep.dev/[40] | Hi-Quality Open source, works on 17+ languages | | | Bandit | https://github.com/PyCQA/bandit [41] | Python specific SAST tool | | | libsast | https://github.com/ajinabraham/libsast [42] | Generic SAST for Security Engineers. Powered by regex based pattern matcher and semantic aware semgrep | | | ESLint | https://eslint.org/[43] | Find and fix problems in your JavaScript code | | | nodejsscan | https://github.com/ajinabraham/nodejsscan[44] | NodeJs SAST scanner with GUI | | | FindSecurityBugs | https://find-sec-bugs.github.io/[45] | The SpotBugs plugin for security audits of Java web applications | | | SonarQube community | https://github.com/SonarSource/sonarqube[46] | Detect security issues in code review with Static Application Security Testing (SAST) | | | gosec | https://github.com/securego/gosec[47] | Inspects source code for security problems by scanning the Go AST. | | OWASP curated list of SAST tools : https://owasp.org/www-community/SourceCodeAnalysis_Tools DASTDynamic application security testing (DAST) is a type of application testing (in most cases web) that checks your application from the outside by active communication and analysis of the responses based on injected inputs. DAST tools rely on inputs and outputs to operate. A DAST tool uses these to check for security problems while the software is actually running and is actively deploed on the server (or serverless function).| Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || Zap proxy | https://owasp.org/www-project-zap/[48] | Zap proxy providing various docker containers for CI/CD pipeline| | | Wapiti | https://github.com/wapiti-scanner/wapiti [49] | Light pipeline ready scanning tool | | | Nuclei | https://github.com/projectdiscovery/nuclei[50] | Template based security scanneing tool | | | purpleteam | https://github.com/purpleteam-labs/purpleteam[51] | CLI DAST tool incubator project | | | oss-fuzz | https://github.com/google/oss-fuzz [52] | OSS-Fuzz: Continuous Fuzzing for Open Source Software | | | nikto | https://github.com/sullo/nikto[53] | Nikto web server scanner | | | skipfish | https://code.google.com/archive/p/skipfish/[54] | Skipfish is an active web application security reconnaissance tool| | Kubernetes| Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || KubiScan | https://github.com/cyberark/KubiScan[55] | A tool for scanning Kubernetes cluster for risky permissions | | | Kubeaudit | https://github.com/Shopify/kubeaudit[56] | Audit Kubernetes clusters for various different security concerns | | | Kubescape | https://github.com/armosec/kubescape[57] | The first open-source tool for testing if Kubernetes is deployed according to the NSA-CISA and the MITRE ATT&CK®. | || kubesec | https://github.com/controlplaneio/kubesec[58] | Security risk analysis for Kubernetes resources | | | kube-bench | https://github.com/aquasecurity/kube-bench [59] | Kubernetes benchmarking tool| | | kube-score | https://github.com/zegl/kube-score[60] | Static code analysis of your Kubernetes object definitions | | | kube-hunter | https://github.com/aquasecurity/kube-hunter[61] | Active scanner for k8s (purple) | | | Calico | https://github.com/projectcalico/calico[62] | Calico is an open source networking and network security solution for containers | | | Kyverno | https://github.com/kyverno/kyverno/[63] | Kyverno is a policy engine designed for Kubernetes | | | Krane | https://github.com/appvia/krane[64] | Simple Kubernetes RBAC static analysis tool | | | Starboard | https://github.com/aquasecurity/starboard[65] | Starboard inegrates security tools by outputs into Kubernetes CRDs | | | Gatekeeper | https://github.com/open-policy-agent/gatekeeper[66] | Open policy agent gatekeeper for k8s | | | Inspektor-gadget | https://github.com/kinvolk/inspektor-gadget[67] | Collection of tools (or gadgets) to debug and inspect k8s | | | kube-linter | https://github.com/stackrox/kube-linter [68] | Static analysis for Kubernetes | | Containers| Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || Harbor | https://github.com/goharbor/harbor[69] | Trusted cloud native registry project| | | Anchore | https://github.com/anchore/anchore-engine[70] | Centralized service for inspection, analysis, and certification of container images | | | Clair | https://github.com/quay/clair[71] | Docker vulnerability scanner| | | Deepfence ThreatMapper | https://github.com/deepfence/ThreatMapper[72] | Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. | | | Docker bench | https://github.com/docker/docker-bench-security [73] | Docker benchmarking agaist CIS| | | Falco | https://github.com/falcosecurity/falco[74] | Container runtime protection | | | Trivy | https://github.com/aquasecurity/trivy[75] | Comprehensive scanner for vulnerabilities in container images | | | Notary | https://github.com/notaryproject/notary[76] | Docker signing| | | Cosign | https://github.com/sigstore/cosign[77] | Container signing| | | watchtower | https://github.com/containrrr/watchtower[78] | Updates the running version of your containerized app | |Multi-Cloud| Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || Cloudsploit | https://github.com/aquasecurity/cloudsploit[79] | Detection of security risks in cloud infrastructure | || ScoutSuite | https://github.com/nccgroup/ScoutSuite[80] | NCCgroup mutlicloud scanning tool | || CloudCustodian | https://github.com/cloud-custodian/cloud-custodian/[81] | Multicloud security analysis framework | | AWSAWS specific DevSecOps tooling. Tools here coverdifferent areas like inventory management, misconfiguration scanning or IAM roles and policies review. | Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || Dragoneye | https://github.com/indeni/dragoneye[82] | Dragoneye Indeni AWS scanner | || Prowler | https://github.com/toniblyx/prowler[83] | Prowler is a command line tool that helps with AWS security assessment, auditing, hardening and incident response. | || aws-inventory | https://github.com/nccgroup/aws-inventory[84] | Helps to discover all AWS resources created in an account| || PacBot | https://github.com/tmobile/pacbot[85] | Policy as Code Bot (PacBot)| || Komiser | https://github.com/mlabouardy/komiser[86] | Monitoring dashboard for costs and security| || Cloudsplaining | https://github.com/salesforce/cloudsplaining[87] | IAM analysis framework | || ElectricEye | https://github.com/jonrau1/ElectricEye[88] | Continuously monitor your AWS services for configurations | |Policy as codePolicy as code is the idea of writing code in a high-level language to manage and automate policies. By representing policies as code in text files, proven software development best practices can be adopted such as version control, automated testing, and automated deployment. (Source: https://docs.hashicorp.com/sentinel/concepts/policy-as-code)| Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || Open Policy agent | https://github.com/open-policy-agent/opa[89] | General-purpose policy engine that enables unified, context-aware policy enforcement across the entire stack | || Inspec | https://github.com/inspec/inspec[90] | Chef InSpec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements. | | | Cloud Formation guard | https://github.com/aws-cloudformation/cloudformation-guard[91] | Cloud Formation policy as code | | Chaos engineeringChaos Engineering is the discipline of experimenting on a system in order to build confidence in the system’s capability to withstand turbulent conditions in production.Reading and manifestos: https://principlesofchaos.org/| Name | URL | Description | Meta | | :---------- | :---------- | :---------- | :----------: || chaos-mesh | https://github.com/chaos-mesh/chaos-mesh[92] | It is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments | || Chaos monkey | https://netflix.github.io/chaosmonkey/[93] | Chaos Monkey is responsible for randomly terminating instances in production to ensure that engineers implement their services to be resilient to instance failures. | || chaoskube | https://github.com/linki/chaoskube [94] | Test how your system behaves under arbitrary pod failures. | || Kube-Invaders | https://github.com/lucky-sideburn/KubeInvaders[95] | Gamified chaos engineering tool for Kubernetes | || kube-monkey | https://github.com/asobti/kube-monkey[96] | Gamified chaos engineering tool for Kubernetes | || Gremlin | https://github.com/gremlin/gremlin-python[97] | Chaos enginnering SaaS platform with free plan and some open source libraries | || AWS FIS samples | https://github.com/aws-samples/aws-fault-injection-simulator-samples[98] | AWS Fault injection simulator samples | || CloudNuke | https://github.com/gruntwork-io/cloud-nuke[99] | CLI tool to delete all resources in an AWS account | |Infrastructure as code securityScanning your infrascructure when it is only code helps shift-left the security. Many tools offer in IDE scanning and providing real-time advisory do Cloud engineers. | Name | URL | Description | Meta || :---------- | :---------- | :---------- | :----------: || KICS | https://github.com/Checkmarx/kics[100] | Checkmarx security testing opensource for IaC | | | Checkov | https://github.com/bridgecrewio/checkov[101] | Checkov is a static code analysis tool for infrastructure-as-code | | | tfsec | https://github.com/aquasecurity/tfsec[102] | tfsec uses static analysis of your terraform templates to spot potential security issues. Now with terraform CDK support | | | terrascan | https://github.com/accurics/terrascan[103] | Terrascan is a static code analyzer for Infrastructure as Code | | | cfsec | https://github.com/aquasecurity/cfsec[104] | cfsec scans CloudFormation configuration files for security issues | | | cfnnag | https://github.com/stelligent/cfnnag[105] | looks for insecure patterns in CloudFormation | | List of resources worth investigating: * https://dodcio.defense.gov/Portals/0/Documents/DoD%20Enterprise%20DevSecOps%20Reference%20Design%20v1.0_Public%20Release.pdf* https://dodcio.defense.gov/Portals/0/Documents/Library/DoDEnterpriseDevSecOpsStrategyGuide.pdf * https://csrc.nist.gov/publications/detail/sp/800-204c/draft * https://owasp.org/www-project-devsecops-maturity-model/ * https://www.sans.org/posters/cloud-security-devsecops-best-practices/ AWS DevOps whitepapers: * https://d1.awsstatic.com/whitepapers/aws-development-test-environments.pdf* https://d1.awsstatic.com/whitepapers/AWSDevOps.pdf* https://d1.awsstatic.com/whitepapers/AWSBlueGreenDeployments.pdf* https://d1.awsstatic.com/whitepapers/DevOps/import-windows-server-to-amazon-ec2.pdf* https://d1.awsstatic.com/whitepapers/DevOps/JenkinsonAWS.pdf* https://d1.awsstatic.com/whitepapers/DevOps/practicing-continuous-integration-continuous-delivery-on-AWS.pdf* https://d1.awsstatic.com/whitepapers/DevOps/infrastructure-as-code.pdf* https://d1.awsstatic.com/whitepapers/microservices-on-aws.pdf* https://d1.awsstatic.com/whitepapers/DevOps/running-containerized-microservices-on-aws.pdfAWS blog: * https://aws.amazon.com/blogs/devops/building-end-to-end-aws-devsecops-ci-cd-pipeline-with-open-source-sca-sast-and-dast-tools/Microsoft whitepapers: * https://azure.microsoft.com/mediahandler/files/resourcefiles/6-tips-to-integrate-security-into-your-devops-practices/DevSecOpsReportTipsD6fm.pdf * https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/devsecops-in-azure Training - https://www.practical-devsecops.com/devsecops-university/ DevSecOps videos - Hackitect playground[106]Apache 2.0 LicenseMarek Šottl (c) 2021 To restore the repository download the bundle wget https://archive.org/download/github.com-sottlmarek-DevSecOps_-_2021-11-27_19-24-52/sottlmarek-DevSecOps_-_2021-11-27_19-24-52.bundle and run: git clone sottlmarek-DevSecOps_-_2021-11-27_19-24-52.bundle Source: https://github.com/sottlmarek/DevSecOps[107]Uploader: sottlmarek[108]Upload date: 2021-11-27 References^ https://github.com/awslabs/git-secrets (github.com)^ https://github.com/tillson/git-hound (github.com)^ https://github.com/slackhq/goSDL (github.com)^ https://github.com/we45/ThreatPlaybook (github.com)^ https://github.com/OWASP/threat-dragon (github.com)^ https://github.com/threatspec/threatspec (github.com)^ https://github.com/izar/pytm (github.com)^ https://github.com/Threagile/threagile (github.com)^ https://mal-lang.org/#what (mal-lang.org)^ https://docs.microsoft.com/en-us/azure/security/develop/threat-modeling-tool (docs.microsoft.com)^ https://github.com/thoughtworks/talisman (github.com)^ https://github.com/OWASP/SEDATED (github.com)^ https://github.com/SonarSource/sonarlint-core (github.com)^ https://github.com/microsoft/DevSkim (github.com)^ https://github.com/Yelp/detect-secrets (github.com)^ https://github.com/zricethezav/gitleaks (github.com)^ https://github.com/trufflesecurity/truffleHog (github.com)^ https://github.com/hashicorp/vault (github.com)^ https://github.com/mozilla/sops (github.com)^ https://github.com/marketplace/actions/aws-secrets-manager-actions (github.com)^ docs (aws.amazon.com)^ https://github.com/michenriksen/gitrob (github.com)^ https://github.com/d1vious/git-wild-hunt (github.com)^ https://github.com/99designs/aws-vault (github.com)^ https://github.com/pinterest/knox (github.com)^ https://github.com/chef/chef-vault (github.com)^ Ansible vault docs (docs.ansible.com)^ https://github.com/orgs/CycloneDX/repositories (github.com)^ https://github.com/snyk/snyk (github.com)^ https://github.com/snyk/vulncost (github.com)^ https://github.com/DependencyTrack/dependency-track (github.com)^ https://github.com/jeremylong/DependencyCheck (github.com)^ https://github.com/retirejs/retire.js/ (github.com)^ https://github.com/fabpot/local-php-security-checker (github.com)^ https://github.com/rubysec/bundler-audit (github.com)^ https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium (gitlab.com)^ https://github.com/dependabot/dependabot-core (github.com)^ https://www.npmjs.com/package/npm-check (www.npmjs.com)^ https://github.com/presidentbeef/brakeman (github.com)^ https://semgrep.dev/ (semgrep.dev)^ https://github.com/PyCQA/bandit (github.com)^ https://github.com/ajinabraham/libsast (github.com)^ https://eslint.org/ (eslint.org)^ https://github.com/ajinabraham/nodejsscan (github.com)^ https://find-sec-bugs.github.io/ (find-sec-bugs.github.io)^ https://github.com/SonarSource/sonarqube (github.com)^ https://github.com/securego/gosec (github.com)^ https://owasp.org/www-project-zap/ (owasp.org)^ https://github.com/wapiti-scanner/wapiti (github.com)^ https://github.com/projectdiscovery/nuclei (github.com)^ https://github.com/purpleteam-labs/purpleteam (github.com)^ https://github.com/google/oss-fuzz (github.com)^ https://github.com/sullo/nikto (github.com)^ https://code.google.com/archive/p/skipfish/ (code.google.com)^ https://github.com/cyberark/KubiScan (github.com)^ https://github.com/Shopify/kubeaudit (github.com)^ https://github.com/armosec/kubescape (github.com)^ https://github.com/controlplaneio/kubesec (github.com)^ https://github.com/aquasecurity/kube-bench (github.com)^ https://github.com/zegl/kube-score (github.com)^ https://github.com/aquasecurity/kube-hunter (github.com)^ https://github.com/projectcalico/calico (github.com)^ https://github.com/kyverno/kyverno/ (github.com)^ https://github.com/appvia/krane (github.com)^ https://github.com/aquasecurity/starboard (github.com)^ https://github.com/open-policy-agent/gatekeeper (github.com)^ https://github.com/kinvolk/inspektor-gadget (github.com)^ https://github.com/stackrox/kube-linter (github.com)^ https://github.com/goharbor/harbor (github.com)^ https://github.com/anchore/anchore-engine (github.com)^ https://github.com/quay/clair (github.com)^ https://github.com/deepfence/ThreatMapper (github.com)^ https://github.com/docker/docker-bench-security (github.com)^ https://github.com/falcosecurity/falco (github.com)^ https://github.com/aquasecurity/trivy (github.com)^ https://github.com/notaryproject/notary (github.com)^ https://github.com/sigstore/cosign (github.com)^ https://github.com/containrrr/watchtower (github.com)^ https://github.com/aquasecurity/cloudsploit (github.com)^ https://github.com/nccgroup/ScoutSuite (github.com)^ https://github.com/cloud-custodian/cloud-custodian/ (github.com)^ https://github.com/indeni/dragoneye (github.com)^ https://github.com/toniblyx/prowler (github.com)^ https://github.com/nccgroup/aws-inventory (github.com)^ https://github.com/tmobile/pacbot (github.com)^ https://github.com/mlabouardy/komiser (github.com)^ https://github.com/salesforce/cloudsplaining (github.com)^ https://github.com/jonrau1/ElectricEye (github.com)^ https://github.com/open-policy-agent/opa (github.com)^ https://github.com/inspec/inspec (github.com)^ https://github.com/aws-cloudformation/cloudformation-guard (github.com)^ https://github.com/chaos-mesh/chaos-mesh (github.com)^ https://netflix.github.io/chaosmonkey/ (netflix.github.io)^ https://github.com/linki/chaoskube (github.com)^ https://github.com/lucky-sideburn/KubeInvaders (github.com)^ https://github.com/asobti/kube-monkey (github.com)^ https://github.com/gremlin/gremlin-python (github.com)^ https://github.com/aws-samples/aws-fault-injection-simulator-samples (github.com)^ https://github.com/gruntwork-io/cloud-nuke (github.com)^ https://github.com/Checkmarx/kics (github.com)^ https://github.com/bridgecrewio/checkov (github.com)^ https://github.com/aquasecurity/tfsec (github.com)^ https://github.com/accurics/terrascan (github.com)^ https://github.com/aquasecurity/cfsec (github.com)^ https://github.com/stelligent/cfnnag (github.com)^ Hackitect playground (www.youtube.com)^ https://github.com/sottlmarek/DevSecOps (github.com)^ sottlmarek (github.com)

weiterlesen: RSS Quelle öffnen