Compare commits

..

6 Commits

Author SHA1 Message Date
CSRBot 80ad9b0188 chore(deps): update docker.io/plugins/docker docker tag to v20.15.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build encountered an error Details
2023-10-18 03:02:10 +02:00
Markus Pesch 6d38917136
fix: forward leading version char correctly
continuous-integration/drone/push Build is passing Details
2023-10-15 14:38:46 +02:00
Markus Pesch 1226cff143
revert: go install fixed version
continuous-integration/drone/push Build was killed Details
This reverts commit c94ef136a5.
2023-10-15 14:35:24 +02:00
Markus Pesch c94ef136a5
fix: go install fixed version
continuous-integration/drone/push Build was killed Details
2023-10-15 14:32:47 +02:00
Markus Pesch 710a8a4abb
Merge remote-tracking branch 'origin/renovate/securego-gosec-2.x' 2023-10-15 14:30:14 +02:00
CSRBot b439c231d9 chore(deps): update dependency securego/gosec to v2.18.0
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-10-11 08:57:37 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -597,7 +597,7 @@ steps:
password:
from_secret: git_cryptic_systems_container_registry_password
build_args:
- GOSEC_VERSION=${DRONE_TAG}
- GOSEC_VERSION=v${DRONE_TAG}
- name: email-notification
environment:
@ -657,7 +657,7 @@ steps:
password:
from_secret: git_cryptic_systems_container_registry_password
build_args:
- GOSEC_VERSION=${DRONE_TAG}
- GOSEC_VERSION=v${DRONE_TAG}
- name: email-notification
environment:
@ -717,7 +717,7 @@ steps:
password:
from_secret: git_cryptic_systems_container_registry_password
build_args:
- GOSEC_VERSION=${DRONE_TAG}
- GOSEC_VERSION=v${DRONE_TAG}
- name: email-notification
environment:

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@v${GOSEC_VERSION}; fi
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@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.17.0 # renovate: datasource=github-releases depName=securego/gosec
GOSEC_VERSION?=v2.18.0 # renovate: datasource=github-releases depName=securego/gosec
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a