1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-19 18:32:57 +00:00
password/Makefile

22 lines
344 B
Makefile
Raw Normal View History

default:
2015-05-10 14:38:17 +00:00
compile_js: js/node_modules
cd js && node build.mjs
2015-05-10 14:38:17 +00:00
js/node_modules:
cd js && npm ci
publish: compile_js
bash ci/build.sh
trivy:
trivy fs . \
--dependency-tree \
--exit-code 1 \
--format table \
--ignore-unfixed \
--quiet \
--scanners misconfig,license,secret,vuln \
--severity HIGH,CRITICAL \
--skip-dirs docs