chore(deps): update dependency securego/gosec to v2.13.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
CSRBot 2022-08-21 17:33:34 +02:00 committed by Markus Pesch
parent e4093b908f
commit 58a08458dd
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN apk update && \
apk upgrade && \
apk add git make
RUN if [ ! -z "${GOSEC_VERSION}" ]; then set -ex; go install github.com/securego/gosec/v2/cmd/gosec@${GOSEC_VERSION}; fi
RUN if [ ! -z "${GOSEC_VERSION}" ]; then set -ex; go install github.com/securego/gosec/v2/cmd/gosec@v${GOSEC_VERSION}; fi
RUN if [ -z "${GOSEC_VERSION}" ]; then set -ex; go install github.com/securego/gosec/v2/cmd/gosec@latest; fi
RUN cp /go/bin/gosec /usr/bin/gosec && \

View File

@ -1,6 +1,6 @@
# GOSEC_VERSION
# Only required to install a specifiy version
GOSEC_VERSION?=v2.12.0 # renovate: datasource=github-releases depName=securego/gosec
GOSEC_VERSION?=v2.13.1 # renovate: datasource=github-releases depName=securego/gosec
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a