Skip to content

Commit

Permalink
bump sast-shell-check image reference
Browse files Browse the repository at this point in the history
Latest image has csdiff pre-installed
  • Loading branch information
rhyw committed Sep 25, 2024
1 parent b6bdb3e commit a09977b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions task/sast-shell-check/0.1/sast-shell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
default: '\[SC(1020|1035|1054|1066|1068|1073|1080|1083|1099|1113|1115|1127|1128|1143|2043|2050|2055|2057|2066|2069|2071|2077|2078|2091|2092|2157|2171|2193|2194|2195|2215|2216|2218|2224|2225|2242|2256|2258|2261)\]$'
steps:
- name: sast-shell-check
image: quay.io/redhat-appstudio/konflux-test:v1.4.5@sha256:801a105ba0f9c7f58f5ba5cde1a3b4404009fbebb1028779ca2c5de211e94940
image: quay.io/redhat-appstudio/konflux-test:v1.4.7@sha256:cf6808a3bd605630a5d9f20595ff7c43f8645c00381219d32f5a11e88fe37072
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)
Expand All @@ -60,9 +60,6 @@ spec:
set -x
. /utils.sh
# install dependencies
microdnf install -y csdiff
# FIXME: once https://github.com/konflux-ci/konflux-test/pull/303 is available in latest image,
# work around below is no longer needed
microdnf install -y ShellCheck
Expand Down

0 comments on commit a09977b

Please sign in to comment.