File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : semgrep
33description : A Helm chart for the semgrep semantic code analyzer that integrates with the secureCodeBox
4-
54# A chart can be either an 'application' or a 'library' chart.
65#
76# Application charts are a collection of templates that can be packaged into versioned archives
@@ -11,35 +10,27 @@ description: A Helm chart for the semgrep semantic code analyzer that integrates
1110# a dependency of application charts to inject those utilities and functions into the rendering
1211# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1312type : application
14-
1513# This is the chart version. This version number should be incremented each time you make changes
1614# to the chart and its templates, including the app version.
1715# Versions are expected to follow Semantic Versioning (https://semver.org/)
1816version : " v3.1.0-alpha1"
19-
2017# This is the version number of the application being deployed. This version number should be
2118# incremented each time you make changes to the application. Versions are not expected to
2219# follow Semantic Versioning. They should reflect the version the application is using.
2320# It is recommended to use it with quotes.
24- appVersion : " 0.70.0"
25-
21+ appVersion : " 0.71.0"
2622versionApi : https://api.github.com/repos/returntocorp/semgrep/releases/latest
27-
2823kubeVersion : " >=v1.11.0-0"
29-
3024home : https://docs.securecodebox.io/docs/scanners/semgrep
31- icon : https://docs.securecodebox.io/img/integrationIcons/semgrep.svg # TODO: Add this
32-
25+ icon : https://docs.securecodebox.io/img/integrationIcons/semgrep.svg # TODO: Add this
3326sources :
3427 - https://github.com/secureCodeBox/secureCodeBox
35-
3628maintainers :
3729 - name : iteratec GmbH
3830 - email : secureCodeBox@iteratec.com
39-
4031keywords :
4132 - security
4233 - semgrep
4334 - SAST
4435 - staticanalysis
45- - secureCodeBox
36+ - secureCodeBox
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "Semgrep"
33category : " scanner"
44type : " Repository"
55state : " released"
6- appVersion : " 0.70 .0"
6+ appVersion : " 0.71 .0"
77usecase : " Static Code Analysis"
88---
99
You can’t perform that action at this time.
0 commit comments