8000 [SCB-Bot] Upgraded semgrep from 0.70.0 to 0.71.0 by github-actions[bot] · Pull Request #791 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions scanners/semgrep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: semgrep
description: A Helm chart for the semgrep semantic code analyzer that integrates with the secureCodeBox

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,35 +10,27 @@ description: A Helm chart for the semgrep semantic code analyzer that integrates
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "v3.1.0-alpha1"

# This is the version number of the application being deployed. This version number should be
# 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: "0.70.0"

appVersion: "0.71.0"
versionApi: https://api.github.com/repos/returntocorp/semgrep/releases/latest

kubeVersion: ">=v1.11.0-0"

home: https://docs.securecodebox.io/docs/scanners/semgrep
icon: https://docs.securecodebox.io/img/integrationIcons/semgrep.svg # TODO: Add this

icon: https://docs.securecodebox.io/img/integrationIcons/semgrep.svg # TODO: Add this
sources:
- https://github.com/secureCodeBox/secureCodeBox

maintainers:
- name: iteratec GmbH
- email: secureCodeBox@iteratec.com

keywords:
- security
- semgrep
- SAST
- staticanalysis
- secureCodeBox
- secureCodeBox
2 changes: 1 addition & 1 deletion scanners/semgrep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Semgrep"
category: "scanner"
type: "Repository"
state: "released"
appVersion: "0.70.0"
appVersion: "0.71.0"
usecase: "Static Code Analysis"
---

Expand Down
0