Skip to content

Commit d97d7e0

Browse files
committed
Merge branch 'master' into ROX-12350
2 parents a258c22 + d15bc65 commit d97d7e0

File tree

4 files changed

+24
-776
lines changed

4 files changed

+24
-776
lines changed

chart/templates/db-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ spec:
2424
env:
2525
- name: POSTGRES_PASSWORD_FILE
2626
value: "/run/secrets/stackrox.io/secrets/password"
27-
command: ["docker-entrypoint.sh"]
28-
args: ["init", "postgres", "-c", "config_file=/etc/postgresql.conf"]
27+
- name: ROX_SCANNER_DB_INIT
28+
value: "true"
2929
resources:
3030
limits:
3131
cpu: 2

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/NYTimes/gziphandler v1.1.1
88
github.com/PuerkitoBio/goquery v1.8.0
99
github.com/ckaznocha/protoc-gen-lint v0.2.4
10-
github.com/containers/image/v5 v5.20.0
10+
github.com/containers/image/v5 v5.23.0
1111
github.com/davecgh/go-spew v1.1.1
1212
github.com/docker/distribution v2.8.1+incompatible
1313
github.com/facebookincubator/nvdtools v0.1.5
@@ -32,7 +32,7 @@ require (
3232
github.com/mholt/archiver/v3 v3.5.1
3333
github.com/mitchellh/hashstructure v1.1.0
3434
github.com/opencontainers/go-digest v1.0.0
35-
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
35+
github.com/opencontainers/image-spec v1.1.0-rc1
3636
github.com/pborman/uuid v1.2.1
3737
github.com/pkg/errors v0.9.1
3838
github.com/prometheus/client_golang v1.13.0
@@ -72,7 +72,7 @@ require (
7272
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
7373
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
7474
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect
75-
github.com/containers/ocicrypt v1.1.2 // indirect
75+
github.com/containers/ocicrypt v1.1.5 // indirect
7676
github.com/coreos/go-semver v0.3.0 // indirect
7777
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
7878
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
@@ -102,15 +102,15 @@ require (
102102
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
103103
github.com/gorilla/websocket v1.5.0 // indirect
104104
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
105-
github.com/imdario/mergo v0.3.12 // indirect
105+
github.com/imdario/mergo v0.3.13 // indirect
106106
github.com/inconshreveable/mousetrap v1.0.0 // indirect
107107
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
108108
github.com/jhump/protoreflect v1.12.0 // indirect
109109
github.com/jmoiron/sqlx v1.3.4 // indirect
110110
github.com/jonboulle/clockwork v0.3.0 // indirect
111111
github.com/josharian/intern v1.0.0 // indirect
112112
github.com/kevinburke/ssh_config v1.1.0 // indirect
113-
github.com/klauspost/compress v1.15.8 // indirect
113+
github.com/klauspost/compress v1.15.11 // indirect
114114
github.com/klauspost/pgzip v1.2.5 // indirect
115115
github.com/mattn/go-runewidth v0.0.13 // indirect
116116
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect

0 commit comments

Comments
 (0)