Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/enterprise-contract/ec-cli:snapshot docker digest to 47e326e #1746

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .tekton/tasks/ec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
stepactions_dir stepactions-ec
- name: validate-all-tasks
workingDir: "$(workspaces.source.path)/source"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:47e326ef3248e0574c7e5388a799510dac014da66dee9ab23d957b396043467b
script: |
set -euo pipefail

Expand All @@ -51,7 +51,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:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:47e326ef3248e0574c7e5388a799510dac014da66dee9ab23d957b396043467b
script: |
set -euo pipefail

Expand All @@ -65,7 +65,7 @@ spec:
ec validate input --policy "${policy}" --output yaml --strict=true ${args[*]}
- name: validate-step-actions
workingDir: "$(workspaces.source.path)/source"
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:b854a575632fb1a7d1cc72ad250e82c120900f00600c16b89d4b08ebcf5a7235
image: quay.io/enterprise-contract/ec-cli:snapshot@sha256:47e326ef3248e0574c7e5388a799510dac014da66dee9ab23d957b396043467b
script: |
#!/bin/bash
set -euo pipefail
Expand Down
Loading