mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-05 20:40:16 -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
|