all repos — homestead @ d4ce959dd4f31354d2c88f6593357c1ed7c570f4

Code for my website

add vulnerability checker task

Alin
commit

d4ce959dd4f31354d2c88f6593357c1ed7c570f4

parent

21c393fa43ba65b53d0ce419628f30d648b4bf8c

2 files changed, 4 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -23,6 +23,7 @@ inherit system;
}; commonShellPackages = with pkgs; [ go + govulncheck hyperlink just ko
M justfilejustfile
@@ -31,6 +31,9 @@
dev: systemfd -s http::{{ listen_address }}:{{ port }} -- modd +vulncheck: + govulncheck ./... + ci: check-links cd *DEPLOY_FLAGS: && (deploy DEPLOY_FLAGS)