mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
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 .
|