Skip to content
Snippets Groups Projects
Commit 94f19fe3 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix-semgrep-log' into 'master'

fix: log output for semgrep download

See merge request to-be-continuous/node!72
parents 9fd82f48 627482ed
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment