You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add images for scorecard untar and storage
Signed-off-by: Bryce Palmer <[email protected]>
* Add new images for scorecard
and use them as the default untar and storage images to ensure
that scorecard pods are fully compliant with restricted PSA. This
is done by making the images run as non-root by default (sets the user
to non-root in the Dockerfile)
fixesoperator-framework#6295
Signed-off-by: Bryce Palmer <[email protected]>
* update images & docs;add changelog
Signed-off-by: Bryce Palmer <[email protected]>
* add missing newline
Signed-off-by: Bryce Palmer <[email protected]>
---------
Signed-off-by: Bryce Palmer <[email protected]>
body: "New ansible-operator-2.11-preview-base image built by https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
130
-
delete-branch: true
131
-
branch-suffix: short-commit-hash
94
+
## This change will be staged and committed in the PR pushed below.
95
+
## The script below will fail if no change was made.
96
+
#- name: update base of ansible-operator 2.9
97
+
# id: update_29
98
+
# run: |
99
+
# set -ex
100
+
# sed -i -E 's|FROM quay\.io/operator-framework/ansible-operator-base:.+|FROM ${{ steps.base_tag_29.outputs.tag }}|g' images/ansible-operator/Dockerfile
# body: "New ansible-operator-2.11-preview-base image built by https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Copy file name to clipboardExpand all lines: website/content/en/docs/cli/operator-sdk_scorecard.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ operator-sdk scorecard [flags]
28
28
-l, --selector string label selector to determine which tests are run
29
29
-s, --service-account string Service account to use for tests (default "default")
30
30
-x, --skip-cleanup Disable resource cleanup after tests are run
31
-
-b, --storage-image string Storage image to be used by the Scorecard pod (default "docker.io/library/busybox@sha256:c71cb4f7e8ececaffb34037c2637dc86820e4185100e18b4d02d613a9bd772af")
31
+
-b, --storage-image string Storage image to be used by the Scorecard pod (default "quay.io/operator-framework/scorecard-storage:latest")
32
32
-t, --test-output string Test output directory. (default "test-output")
33
-
-u, --untar-image string Untar image to be used by the Scorecard pod (default "registry.access.redhat.com/ubi8@sha256:910f6bc0b5ae9b555eb91b88d28d568099b060088616eba2867b07ab6ea457c7")
33
+
-u, --untar-image string Untar image to be used by the Scorecard pod (default "quay.io/operator-framework/scorecard-untar:latest")
34
34
-w, --wait-time duration seconds to wait for tests to complete. Example: 35s (default 30s)
0 commit comments