Skip to content

Commit fe5e2a1

Browse files
Merge pull request #1559 from ardaguclu/ocpbugs-19837
[release-4.12] OCPBUGS-19837: Update staticpod file permissions to conform with CIS benchmarks
2 parents def348b + d0ae5ba commit fe5e2a1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
1616
github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d
1717
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea
18-
github.com/openshift/library-go v0.0.0-20230707145856-7efc9e03154a
18+
github.com/openshift/library-go v0.0.0-20231002074440-3f69f773d102
1919
github.com/pkg/profile v1.5.0 // indirect
2020
github.com/prometheus-operator/prometheus-operator/pkg/client v0.45.0
2121
github.com/prometheus/client_golang v1.12.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d h1:RR
423423
github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
424424
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea h1:7JbjIzWt3Q75ErY1PAZ+gCA+bErI6HSlpffHFmMMzqM=
425425
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea/go.mod h1:+J8DqZC60acCdpYkwVy/KH4cudgWiFZRNOBeghCzdGA=
426-
github.com/openshift/library-go v0.0.0-20230707145856-7efc9e03154a h1:TYvVEQEh7vRooVZcsCetgaT9JW8eNjsvEEhtkV13WjA=
427-
github.com/openshift/library-go v0.0.0-20230707145856-7efc9e03154a/go.mod h1:KPBAXGaq7pPmA+1wUVtKr5Axg3R68IomWDkzaOxIhxM=
426+
github.com/openshift/library-go v0.0.0-20231002074440-3f69f773d102 h1:+E6CjDAcQi/TLiwflp8JfCdl4OHnnM9Ezxvt2QLpgNA=
427+
github.com/openshift/library-go v0.0.0-20231002074440-3f69f773d102/go.mod h1:KPBAXGaq7pPmA+1wUVtKr5Axg3R68IomWDkzaOxIhxM=
428428
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
429429
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
430430
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=

vendor/github.com/openshift/library-go/pkg/operator/staticpod/installerpod/cmd.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ github.com/openshift/client-go/operatorcontrolplane/informers/externalversions/i
297297
github.com/openshift/client-go/operatorcontrolplane/informers/externalversions/operatorcontrolplane
298298
github.com/openshift/client-go/operatorcontrolplane/informers/externalversions/operatorcontrolplane/v1alpha1
299299
github.com/openshift/client-go/operatorcontrolplane/listers/operatorcontrolplane/v1alpha1
300-
# github.com/openshift/library-go v0.0.0-20230707145856-7efc9e03154a
300+
# github.com/openshift/library-go v0.0.0-20231002074440-3f69f773d102
301301
## explicit; go 1.18
302302
github.com/openshift/library-go/pkg/assets
303303
github.com/openshift/library-go/pkg/authorization/hardcodedauthorizer

0 commit comments

Comments
 (0)