Skip to content

Commit

Permalink
chore(magefile): [WIP] change test repository
Browse files Browse the repository at this point in the history
  • Loading branch information
masahiro331 committed Jun 18, 2023
1 parent 66d9c48 commit 49c9666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magefiles/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func fixtureContainerImages() error {

func fixtureVMImages() error {
const (
testVMImages = "ghcr.io/aquasecurity/trivy-test-vm-images"
testVMImages = "ghcr.io/aquasecurity/trivy-test-vm-images2"
titleAnnotation = "org.opencontainers.image.title"
dir = "integration/testdata/fixtures/vm-images/"
)
Expand Down Expand Up @@ -109,4 +109,4 @@ func saveLayer(layer v1.Layer, filePath string) error {
return err
}
return nil
}
}

0 comments on commit 49c9666

Please sign in to comment.