Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update dockerhub links to public repo (docs)
Browse files Browse the repository at this point in the history
Links were pointing to the management url rather than the public image url

[skip ci]
  • Loading branch information
arledesma committed Dec 10, 2021
1 parent afe9590 commit 14d423f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ are any of the following **optional** arguments:

| Tool | Analysis Type | Platforms / Languages | Container Runtime |
|------------------------------------------------------------------------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
| [checkov](https://github.com/bridgecrewio/checkov) | SAST | Terraform<br />CloudFormation<br />ARM Templates<br />Dockerfile<br />Kubernetes | [quantumsec/docker-pipeline-checkov](https://hub.docker.com/repository/docker/quantumsec/docker-pipeline-checkov) |
| [sonarqube](https://github.com/SonarSource/sonarqube) | SAST, DAST | C / C++ / Objective-C<br />C#<br />Go<br />Java<br />JavaScript / TypeScript<br />Kotlin<br />PHP<br />Python<br />Ruby<br />Scala<br />Swift<br />Visual Basic | [quantumsec/docker-pipeline-sonarqube](https://hub.docker.com/repository/docker/quantumsec/docker-pipeline-sonarqube) |
| [trivy](https://github.com/aquasecurity/trivy) | SAST | Terraform<br />Dockerfile<br />Kubernetes | [quantumsec/docker-pipeline-trivy](https://hub.docker.com/repository/docker/quantumsec/docker-pipeline-trivy) |
| [tfsec](https://github.com/aquasecurity/tfsec)<br />_(Planned)_ | SAST | Terraform | [quantumsec/docker-pipeline-tfsec](https://hub.docker.com/repository/docker/quantumsec/docker-pipeline-tfsec) |
| [ZAP](https://github.com/zaproxy/zaproxy) | SAST | HTTP | [quantumsec/docker-pipeline-zap](https://hub.docker.com/repository/docker/quantumsec/docker-pipeline-zap) |
| [checkov](https://github.com/bridgecrewio/checkov) | SAST | Terraform<br />CloudFormation<br />ARM Templates<br />Dockerfile<br />Kubernetes | [quantumsec/docker-pipeline-checkov](https://hub.docker.com/r/quantumsec/docker-pipeline-checkov) |
| [sonarqube](https://github.com/SonarSource/sonarqube) | SAST, DAST | C / C++ / Objective-C<br />C#<br />Go<br />Java<br />JavaScript / TypeScript<br />Kotlin<br />PHP<br />Python<br />Ruby<br />Scala<br />Swift<br />Visual Basic | [quantumsec/docker-pipeline-sonarqube](https://hub.docker.com/r/quantumsec/docker-pipeline-sonarqube) |
| [trivy](https://github.com/aquasecurity/trivy) | SAST | Terraform<br />Dockerfile<br />Kubernetes | [quantumsec/docker-pipeline-trivy](https://hub.docker.com/r/quantumsec/docker-pipeline-trivy) |
| [tfsec](https://github.com/aquasecurity/tfsec)<br />_(Planned)_ | SAST | Terraform | [quantumsec/docker-pipeline-tfsec](https://hub.docker.com/r/quantumsec/docker-pipeline-tfsec) |
| [ZAP](https://github.com/zaproxy/zaproxy) | SAST | HTTP | [quantumsec/docker-pipeline-zap](https://hub.docker.com/r/quantumsec/docker-pipeline-zap) |


## Code of Conduct
Expand Down

0 comments on commit 14d423f

Please sign in to comment.