Compare commits
2 Commits
48ca514c89
...
298a8441df
Author | SHA1 | Date | |
---|---|---|---|
298a8441df | |||
1a83fbff58 |
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/golang:1.23.4-alpine AS build
|
FROM docker.io/library/golang:1.23.5-alpine AS build
|
||||||
|
|
||||||
ARG GOSEC_VERSION
|
ARG GOSEC_VERSION
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
# GOSEC_VERSION
|
# GOSEC_VERSION
|
||||||
# Only required to install a specifiy version
|
# Only required to install a specifiy version
|
||||||
GOSEC_VERSION?=v2.21.4 # renovate: datasource=github-releases depName=securego/gosec
|
GOSEC_VERSION?=v2.22.0 # renovate: datasource=github-releases depName=securego/gosec
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user