Skip to content

Commit 5d2f8e6

Browse files
authored
Merge pull request #791 from secureCodeBox/dependencies/upgrading-semgrep-to-0.71.0
[SCB-Bot] Upgraded semgrep from 0.70.0 to 0.71.0
2 parents 653cedb + 95cc82d commit 5d2f8e6

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

scanners/semgrep/Chart.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apiVersion: v2
22
name: semgrep
33
description: 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.
1312
type: 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/)
1816
version: "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"
2622
versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest
27-
2823
kubeVersion: ">=v1.11.0-0"
29-
3024
home: 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
3326
sources:
3427
- https://github.com/secureCodeBox/secureCodeBox
35-
3628
maintainers:
3729
- name: iteratec GmbH
3830
- email: secureCodeBox@iteratec.com
39-
4031
keywords:
4132
- security
4233
- semgrep
4334
- SAST
4435
- staticanalysis
45-
- secureCodeBox
36+
- secureCodeBox

scanners/semgrep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Semgrep"
33
category: "scanner"
44
type: "Repository"
55
state: "released"
6-
appVersion: "0.70.0"
6+
appVersion: "0.71.0"
77
usecase: "Static Code Analysis"
88
---
99

0 commit comments

Comments
 (0)