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
2 changes: 1 addition & 1 deletion scanners/semgrep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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.132.0"
appVersion: "1.133.0"
annotations:
versionApi: https://api.github.com/repos/semgrep/semgrep/releases/latest
supported-platforms: linux/amd64,linux/arm64
Expand Down
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: "1.132.0"
appVersion: "1.133.0"
usecase: "Static Code Analysis"
---

Expand Down
2 changes: 1 addition & 1 deletion scanners/semgrep/docs/README.DockerHub-Parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht

## Supported Tags
- `latest` (represents the latest stable release build)
- tagged releases, e.g. `1.132.0`
- tagged releases, e.g. `1.133.0`

## How to use this image
This `parser` image is intended to work in combination with the corresponding security scanner docker image to parse the `findings` results. For more information details please take a look at the documentation page: https://www.securecodebox.io/docs/scanners/semgrep.
Expand Down
Loading