Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from luhring/ignore-source-controller
Browse files Browse the repository at this point in the history
Ignore source-controller during scans
  • Loading branch information
luhring authored Jul 15, 2023
2 parents ebae7c9 + 8d79161 commit 29b18a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
image_list="$(chainctl img ls --group 720909c9f5279097d847ad02a2f24ba8f59de36a -o json)"
unwanted_images=("alpine-base" "k3s-images" "sdk" "spire")
unwanted_images=("alpine-base" "k3s-images" "sdk" "source-controller" "spire")
for img in ${unwanted_images[@]}; do
image_list=$(echo "$image_list" | jq "map(select(.repo.name != \"$img\"))")
Expand Down

0 comments on commit 29b18a1

Please sign in to comment.