Skip to content

Commit

Permalink
Remove deprecated docker-scan-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Feb 9, 2024
1 parent 1bf4371 commit acbd9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ readonly wanted_packages=(
containerd.io
docker-compose-plugin
docker-buildx-plugin
docker-scan-plugin
asciinema
# {{ if .is_gnome }}
yaru-theme-gtk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ readonly unwanted_packages=(
fzf
# It is now installed as a chezmoiexternal
skopeo
# It is deprecated
docker-scan-plugin
)

for package in "${unwanted_packages[@]}"; do
Expand Down

0 comments on commit acbd9f4

Please sign in to comment.