Commit graph

24 commits

Author SHA1 Message Date
Alex Goodman d5e8a92968
Rework CI validation workflow and makefile (#460)
* rework CI validation workflow and makefile

* enable push

* fix job names

* fix license check

* fix snapshot builds

* fix acceptance tests

* fix linting

* disable pull request event

* rework windows runner caching

* disable release pipeline and add issue templates
2023-07-06 22:01:46 -04:00
springcomet 3430221ada
Add image name to details view (#325)
* Add image name to details view

When frequently opening multiple images perhaps concurrently on multiple
terminals, it would be convenient to have the image name displayed.

This commit adds the image name to the Image Details view.
Image name is trickled down as an additional string argument

design alternatives discarded:
pass in analysis struct - is not related to analysis
pass new struct with image attributes - premature abstraction

* Fix CI lint errors

Co-authored-by: Aviv Shavit <aviv.shavit@aquasec.com>
2020-12-12 07:46:09 -05:00
Alex Goodman a9c2e48d10
add option to ignore image parsing errors; closes #258 2020-02-09 22:30:21 -05:00
Alex Goodman fcb50f0c27
Merge branch 'master' into fix-log-and-tar-paths 2019-11-20 14:58:33 -08:00
Alex Goodman ed57565910
fix nil log dest; clean tar paths 2019-11-19 09:59:57 -08:00
Alex Goodman ba7b39c52f
add package install tests + basic execution of dive 2019-11-09 15:40:54 -05:00
Alex Goodman 7ec08a364b
add podman dependencies to docker image (switch to debian) 2019-11-05 00:01:33 -05:00
Alex Goodman 45604e5c66
add keybinding package 2019-10-11 12:11:07 -04:00
Alex Goodman c8ab7098d8
add tests to cover runtime entrypoint 2019-10-09 14:49:59 -04:00
Alex Goodman e39e646191
adding docker-archive source option 2019-10-08 18:55:03 -04:00
Alex Goodman 41b42cdd68
only podman via docker archive support 2019-10-08 10:08:53 -04:00
Alex Goodman c83bc9e3d0
remove podman from darwin/windows builds 2019-10-08 09:38:41 -04:00
Alex Goodman d53d8926bc
stop swallowing errors & cleanup exit logic 2019-10-07 11:44:41 -04:00
Alex Goodman 26d37baabd
better error propagation on startup 2019-10-06 12:15:58 -04:00
Alex Goodman 8053a8d1aa
introduced common image format and analyzer 2019-10-03 16:46:29 -04:00
Alex Goodman 50d776e845
rework resolver interface 2019-10-03 10:47:38 -04:00
Alex Goodman acfdd70854
playing with podman store data 2019-10-02 15:48:10 -04:00
Alex Goodman 5a65ba566c
added sleep to prevent termbox race condition 2019-09-22 22:43:30 -04:00
Alex Goodman 576709ad30
rework package structure 2019-09-21 16:28:45 -04:00
Alex Goodman ceb7dfd30a
added file report to CI results; refactored runtime package 2019-07-27 14:15:32 -04:00
Alex Goodman e4ddfb411c
Expose CI validation options to the CLI (#212)
* expose ci config to cli switches; addresses #198

* added/updated tests for ci configuration
2019-07-26 10:27:00 -04:00
Christian Muehlhaeuser 57b1a3d522
Fixed import order using goimports
Probably just prevents future merge conflicts.
2019-07-19 12:44:16 +02:00
Alex Goodman eb31a6290e
gentle reminder about fetch times 2019-02-17 10:42:12 -05:00
Alex Goodman fc27dcd820
Add CI integration (#143) 2018-12-30 14:07:56 -05:00