Skip to content
Snippets Groups Projects

Remove not needed bullseye specification from code-vulnerability

Merged Ghost User requested to merge remove-bullseye into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,7 +15,7 @@ code-quality:
@@ -15,7 +15,7 @@ code-quality:
needs: []
needs: []
code-vulnerability:
code-vulnerability:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:$GOLANG_VERSION-bullseye
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golang:$GOLANG_VERSION
stage: analyze
stage: analyze
script:
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- go install golang.org/x/vuln/cmd/govulncheck@latest
Loading