Loading templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ stages: SEMGREP_RULES="${SEMGREP_RULES} $rule" else rule_url="${NODE_SEMGREP_REGISTRY_BASE_URL}/$rule" log_info "... rule file $rule not found: downloading from $DOWNLOAD_URL" log_info "... rule file $rule not found: downloading from $rule_url" dest_file="semgrep-${rule/p\//}.yml" wget "$rule_url" -O "$dest_file" SEMGREP_RULES="${SEMGREP_RULES} $dest_file" Loading Loading
templates/gitlab-ci-node.yml +1 −1 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ stages: SEMGREP_RULES="${SEMGREP_RULES} $rule" else rule_url="${NODE_SEMGREP_REGISTRY_BASE_URL}/$rule" log_info "... rule file $rule not found: downloading from $DOWNLOAD_URL" log_info "... rule file $rule not found: downloading from $rule_url" dest_file="semgrep-${rule/p\//}.yml" wget "$rule_url" -O "$dest_file" SEMGREP_RULES="${SEMGREP_RULES} $dest_file" Loading