diff --git a/documentation/docs/architecture/09_architecture_decisions/adr_0009.md b/documentation/docs/architecture/09_architecture_decisions/adr_0009.md index 2169fd2d77..402006e216 100644 --- a/documentation/docs/architecture/09_architecture_decisions/adr_0009.md +++ b/documentation/docs/architecture/09_architecture_decisions/adr_0009.md @@ -240,4 +240,4 @@ The possibility of using init containers adds a large number of new possible fea [initc]: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ [initcvolumes]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container [gitleaks]: https://www.securecodebox.io/docs/scanners/gitleaks/ -[semgrep]: https://github.com/returntocorp/semgrep +[semgrep]: https://github.com/semgrep/semgrep diff --git a/scanners/semgrep/.helm-docs.gotmpl b/scanners/semgrep/.helm-docs.gotmpl index fbef18e20f..3f7bd06aef 100644 --- a/scanners/semgrep/.helm-docs.gotmpl +++ b/scanners/semgrep/.helm-docs.gotmpl @@ -14,7 +14,7 @@ appVersion: "{{ template "chart.appVersion" . }}" usecase: "Static Code Analysis" --- -![Semgrep logo](https://raw.githubusercontent.com/returntocorp/semgrep-docs/main/static/img/semgrep-icon-text-horizontal.svg) +![Semgrep logo](https://raw.githubusercontent.com/semgrep/semgrep-docs/main/static/img/semgrep-icon-text-horizontal.svg) {{- end }} diff --git a/scanners/semgrep/Chart.yaml b/scanners/semgrep/Chart.yaml index adb865b55b..b7a332f727 100644 --- a/scanners/semgrep/Chart.yaml +++ b/scanners/semgrep/Chart.yaml @@ -22,9 +22,9 @@ version: "v3.1.0-alpha1" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.95.0" +appVersion: "1.101.0" annotations: - versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest + versionApi: https://api.github.com/repos/semgrep/semgrep/releases/latest supported-platforms: linux/amd64 kubeVersion: ">=v1.11.0-0" home: https://www.securecodebox.io/docs/scanners/semgrep diff --git a/scanners/semgrep/README.md b/scanners/semgrep/README.md index 5a75c591b6..1d1a1f94cd 100644 --- a/scanners/semgrep/README.md +++ b/scanners/semgrep/README.md @@ -7,7 +7,7 @@ appVersion: "1.95.0" usecase: "Static Code Analysis" --- -![Semgrep logo](https://raw.githubusercontent.com/returntocorp/semgrep-docs/main/static/img/semgrep-icon-text-horizontal.svg) +![Semgrep logo](https://raw.githubusercontent.com/semgrep/semgrep-docs/main/static/img/semgrep-icon-text-horizontal.svg)