Skip to content

Commit

Permalink
chore(deps): update quay.io/enterprise-contract/ec-cli:snapshot docke…
Browse files Browse the repository at this point in the history
…r digest to bda9cfb
  • Loading branch information
red-hat-konflux authored and zregvart committed May 17, 2024
1 parent 09cfcdf commit 01082e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/tasks/ec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
$(all_tasks_dir all_tasks-ec)
- name: validate-all-tasks
workingDir: "$(workspaces.source.path)/source"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:c9e705ef35c130d49440310e0b8d73a2c654613a3fb637a63b35a6793a4cbe1f
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:bda9cfbc25b2ce76bae4387e5374cfb48312b0af9864f2d0f38591ad6662f46b
script: |
set -euo pipefail
Expand All @@ -37,7 +37,7 @@ spec:
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
- name: validate-build-tasks
workingDir: "$(workspaces.source.path)/source"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:c9e705ef35c130d49440310e0b8d73a2c654613a3fb637a63b35a6793a4cbe1f
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:bda9cfbc25b2ce76bae4387e5374cfb48312b0af9864f2d0f38591ad6662f46b
script: |
set -euo pipefail
Expand Down

0 comments on commit 01082e5

Please sign in to comment.