mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
4 lines
76 B
Makefile
4 lines
76 B
Makefile
.PHONEY: test
|
|
test: helpers.js helpers.test.js
|
|
node --test helpers.test.js
|