File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed
Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Build the Docker image
1616 run : docker build . --file Dockerfile --tag banzaicloud/thanos-operator:latest
1717 - name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
18- uses : anchore/scan-action@main
18+ uses : anchore/scan-action@v3
1919 with :
2020 image : " banzaicloud/thanos-operator:latest"
2121 acs-report-enable : true
Original file line number Diff line number Diff line change 1+ ignore :
2+ - vulnerability : CVE-2021-22570
3+ fix-state : unknown
4+ package :
5+ name : google.golang.org/protobuf
6+ version : v1.26.0
7+ type : go-module
8+ - vulnerability : CVE-2015-5237
9+ fix-state : unknown
10+ package :
11+ name : google.golang.org/protobuf
12+ version : v1.26.0
13+ type : go-module
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.17 as builder
2+ FROM golang:1.17.6 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ type: application
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 0.3.3
17+ version : 0.3.7
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
21- appVersion : 0.3.3
21+ appVersion : 0.3.7
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
3737)
3838
3939const (
40- Image = "ghcr.io/banzaicloud/thanos-operator:0.3.4 "
40+ Image = "ghcr.io/banzaicloud/thanos-operator:0.3.7 "
4141 defaultNamespace = "thanos-system"
4242)
4343
You can’t perform that action at this time.
0 commit comments