You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add virustotal scan to CI release workflow
* use analysis output from virustotal action to put links in release body
* refactor release body (use dropdown: less confusing for the user)
vt_links="$(echo ${{ steps.virustotal_step.outputs.analysis}} | sed 's/release\///g' | sed 's/,/\n/g' | sed 's/^/- [/' | sed 's/=/](/' | sed 's/$/)/')"
429
+
vt_title_post="\n</details>"
430
+
vt_title_pre="${vt_title_pre//'\n'/'%0A'}"
431
+
vt_links="${vt_links//$'\n'/'%0A'}" # replace \n with a special character -> generates a single lines, \n will be reintroduced later
0 commit comments