Skip to content

Commit

Permalink
Merge pull request #2157 from ConnorJC3/yq-gh-actions
Browse files Browse the repository at this point in the history
Fix yq action version typo
  • Loading branch information
k8s-ci-robot authored Sep 23, 2024
2 parents 502677c + f39cfc4 commit 0fb7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- id: set-matrix
uses: mikefarah/yq@4
uses: mikefarah/yq@v4
with:
# Dynamically build the matrix of images to scan
cmd: "yq '[{\"repository\": .image.repository, \"tag\": \"v'$(yq '.appVersion' charts/aws-ebs-csi-driver/Chart.yaml)'\"}] + (.sidecars | map(.image)) | map(.repository + \":\" + .tag) | . style=\"flow\"' charts/aws-ebs-csi-driver/values.yaml"
Expand Down

0 comments on commit 0fb7c26

Please sign in to comment.