6e7b7d1fd3
* Upgrade trivy to v0.53.0 * update tests --------- Co-authored-by: Simar <simar@linux.com>
4 lines
92 B
Makefile
4 lines
92 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
BATS_LIB_PATH=/usr/local/lib/ bats --recurisve --timing --verbose-run .
|