Skip to content

Commit

Permalink
remove the contraint to only check the scanner image
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jul 5, 2024
1 parent 98091f6 commit 0769759
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions github-actions/cleanup-packages/internal/cleanup/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ func Cleanup(client *github.Client) {

packageList := getContainerPackages(ctx, client, globalNameRegex)
for _, pack := range packageList {
if pack.GetName() != "vaas/scanner" {
continue
}
println("checking versions for package ", pack.GetName())
versions := getVersionsOlderThan2Month(ctx, client, pack.Name)
deleted := 0
Expand Down

0 comments on commit 0769759

Please sign in to comment.