mirror of
https://github.com/ruanbekker/DevSecOps.git
synced 2025-04-19 15:11:38 +02:00
adding SPDX
+ SPDX + Sysdig IaC scanner + minor changes
This commit is contained in:
parent
35257086f8
commit
73d6273c3d
@ -32,7 +32,7 @@ This library contains list of tools and methodologies accompanied with resources
|
|||||||
- [Orchestration](#orchestration)
|
- [Orchestration](#orchestration)
|
||||||
- [Supply chain and dependencies](#oss-and-dependency-management)
|
- [Supply chain and dependencies](#oss-and-dependency-management)
|
||||||
- [Infrastructure as code](#infrastructure-as-code-security)
|
- [Infrastructure as code](#infrastructure-as-code-security)
|
||||||
- [Containers security](#containers)
|
- [Containers security](#containers)
|
||||||
- [Kubernetes](#kubernetes)
|
- [Kubernetes](#kubernetes)
|
||||||
- [Cloud](#multi-cloud)
|
- [Cloud](#multi-cloud)
|
||||||
- [Chaos engineering](#chaos-engineering)
|
- [Chaos engineering](#chaos-engineering)
|
||||||
@ -103,6 +103,7 @@ Dependency security testing and analysis is very important part of discovering s
|
|||||||
| Name | URL | Description | Meta |
|
| Name | URL | Description | Meta |
|
||||||
| :---------- | :---------- | :---------- | :----------: |
|
| :---------- | :---------- | :---------- | :----------: |
|
||||||
| **CycloneDX** | [https://github.com/orgs/CycloneDX/repositories](https://github.com/orgs/CycloneDX/repositories) | CycloneDX format for **SBOM** | |
|
| **CycloneDX** | [https://github.com/orgs/CycloneDX/repositories](https://github.com/orgs/CycloneDX/repositories) | CycloneDX format for **SBOM** | |
|
||||||
|
| **SPDX** | [https://github.com/spdx/spdx-spec](https://github.com/spdx/spdx-spec) | SPDX format for **SBOM** - Software Package Data Exchange | |
|
||||||
| **Snyk** | [https://github.com/snyk/snyk](https://github.com/snyk/snyk) | Snyk scans and monitors your projects for security vulnerabilities | |
|
| **Snyk** | [https://github.com/snyk/snyk](https://github.com/snyk/snyk) | Snyk scans and monitors your projects for security vulnerabilities | |
|
||||||
| **vulncost** | [https://github.com/snyk/vulncost](https://github.com/snyk/vulncost) | Security Scanner for VS Code | |
|
| **vulncost** | [https://github.com/snyk/vulncost](https://github.com/snyk/vulncost) | Security Scanner for VS Code | |
|
||||||
| **Dependency Combobulator** | [https://github.com/apiiro/combobulator](https:/github.com/apiiro/combobulator) | Dependency-related attacks detection and prevention through heuristics and insight engine (support multiple dependency schemes) |  |
|
| **Dependency Combobulator** | [https://github.com/apiiro/combobulator](https:/github.com/apiiro/combobulator) | Dependency-related attacks detection and prevention through heuristics and insight engine (support multiple dependency schemes) |  |
|
||||||
@ -161,7 +162,7 @@ Dynamic application security testing (DAST) is a type of application testing (in
|
|||||||
| **nikto** | [https://github.com/sullo/nikto](https://github.com/sullo/nikto) | Nikto web server scanner | |
|
| **nikto** | [https://github.com/sullo/nikto](https://github.com/sullo/nikto) | Nikto web server scanner | |
|
||||||
| **skipfish** | [https://code.google.com/archive/p/skipfish/](https://code.google.com/archive/p/skipfish/) | Skipfish is an active web application security reconnaissance tool| |
|
| **skipfish** | [https://code.google.com/archive/p/skipfish/](https://code.google.com/archive/p/skipfish/) | Skipfish is an active web application security reconnaissance tool| |
|
||||||
|
|
||||||
## Continuous delivery security
|
## Continuous deployment security
|
||||||
|
|
||||||
| Name | URL | Description | Meta |
|
| Name | URL | Description | Meta |
|
||||||
| :---------- | :---------- | :---------- | :----------: |
|
| :---------- | :---------- | :---------- | :----------: |
|
||||||
@ -283,6 +284,10 @@ Scanning your infrastructure when it is only code helps shift-left the security.
|
|||||||
| **terrascan** | [https://github.com/accurics/terrascan](https://github.com/accurics/terrascan) | Terrascan is a static code analyzer for Infrastructure as Code | |
|
| **terrascan** | [https://github.com/accurics/terrascan](https://github.com/accurics/terrascan) | Terrascan is a static code analyzer for Infrastructure as Code | |
|
||||||
| **cfsec** | [https://github.com/aquasecurity/cfsec](https://github.com/aquasecurity/cfsec) | cfsec scans CloudFormation configuration files for security issues | |
|
| **cfsec** | [https://github.com/aquasecurity/cfsec](https://github.com/aquasecurity/cfsec) | cfsec scans CloudFormation configuration files for security issues | |
|
||||||
| **cfn_nag** | [https://github.com/stelligent/cfn_nag](https://github.com/stelligent/cfn_nag) | Looks for insecure patterns in CloudFormation | |
|
| **cfn_nag** | [https://github.com/stelligent/cfn_nag](https://github.com/stelligent/cfn_nag) | Looks for insecure patterns in CloudFormation | |
|
||||||
|
| **Sysdig IaC scanner action** | [https://github.com/sysdiglabs/cloud-iac-scanner-action](https://github.com/sysdiglabs/cloud-iac-scanner-action) | Scans your repository with Sysdig IAC Scanner and report the vulnerabilities. | |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Orchestration
|
## Orchestration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user