Skip to content

Commit

Permalink
replace image tag with digest
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Feb 28, 2024
1 parent 5c141ee commit ff21b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tests/Resources/CLI/Minio.resource
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ${MINIO_SA_FILEPATH}= ${MINIO_RESOURCES_DIRPATH}/minio_serviceaccount.yaml
*** Keywords ***
Deploy MinIO

Check warning

Code scanning / Robocop

Keyword '{{ keyword_name }}' has too many keywords inside ({{ keyword_count }}/{{ max_allowed_count }}) Warning test

Keyword 'Deploy MinIO' has too many keywords inside (16/10)
[Documentation] Deploys MiniIO pod, service and route using the given ${minio_image}
[Arguments] ${minio_image}=quay.io/modh/ods-ci-minio-models:1.0
[Arguments] ${minio_image}=quay.io/modh/ods-ci-minio-models@sha256:801f49a705e827283a9970d2e5a807fec8357f18457abd0f46d9797beabe8160

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (138/120)
... ${namespace}=minio ${podname}=ods-ci-minio

Check notice

Code scanning / Robocop

There is too many arguments per continuation line ({{ arguments_count }} / {{ max_arguments_count }}) Note test

There is too many arguments per continuation line (2 / 1)
... ${service_name}=ods-ci-minio-srv ${route_name}=ods-ci-minio-route

Check notice

Code scanning / Robocop

There is too many arguments per continuation line ({{ arguments_count }} / {{ max_arguments_count }}) Note test

There is too many arguments per continuation line (2 / 1)
${exists}= Run Keyword And Return Status
Expand Down

0 comments on commit ff21b58

Please sign in to comment.