Skip to content

Commit

Permalink
troubleshoot cli test images with dive
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
  • Loading branch information
wagoodman committed Nov 2, 2021
1 parent 19b9013 commit 15a896f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,17 @@ cli-fingerprint:

.PHONY: cli
cli: $(SNAPSHOTDIR) ## Run CLI tests
wget https://github.com/wagoodman/dive/releases/download/v0.9.2/dive_0.9.2_linux_amd64.deb
apt install ./dive_0.9.2_linux_amd64.deb

chmod 755 "$(SNAPSHOT_CMD)"
$(SNAPSHOT_CMD) version
SYFT_BINARY_LOCATION='$(SNAPSHOT_CMD)' \
go test -count=1 -v ./test/cli
go test -count=1 -v ./test/cli || true

dive --ci stereoscope-fixture-image-pkg-coverage:c02e1c25c0d97d45cc861509b3800e3e5cd812206fc5a9d2b779a3c692e45dff

false

.PHONY: changelog-release
changelog-release:
Expand Down

0 comments on commit 15a896f

Please sign in to comment.