Commit 627482ed authored by Martin Steiger's avatar Martin Steiger
Browse files

fix: log output for semgrep download

parent 9fd82f48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"