forked from oxsecurity/megalinter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build-command] Update generated files
- Loading branch information
1 parent
2d08f28
commit 8766889
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ FROM yoheimuta/protolint:latest as protolint | |
FROM golang:alpine as dustilock | ||
RUN GOBIN=/usr/bin go install github.com/checkmarx/[email protected] | ||
|
||
FROM zricethezav/gitleaks:v8.18.1 as gitleaks | ||
FROM zricethezav/gitleaks:v8.18.0 as gitleaks | ||
FROM checkmarx/kics:alpine as kics | ||
FROM trufflesecurity/trufflehog:latest as trufflehog | ||
FROM jdkato/vale:latest as vale | ||
|