Skip to content
Snippets Groups Projects
Commit e94b9ccc authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Run the vulnerability scan on the local grid

The testing grid is missing users.nix but the local grid has it.
parent 28e524e4
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ OUTPUT=$1
[ -e scan-target ] && rm -v scan-target
nix-shell --run '
set -x
if morph_result=$(morph build morph/grid/testing/grid.nix 2>&1); then
if morph_result=$(morph build morph/grid/local/grid.nix 2>&1); then
object=$(echo "$morph_result" | tail -n 1)
ln -s "$object" scan-target
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment