
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
tftest-to-junitxml
Advanced tools
A handy command line tool to translate terraform test json logs into compatible JUnit XML
This tool is particularly handy when wanting to report on test results in Azure DevOps pipelines using the PublishTestResults@2
task.
Currently this functionality exists only in the experimental terraform CLI tool and at time of writing seemingly has been abandoned.
terraform test -json | tee test-output.log
npx tftest-to-junitxml ./test-output.log
Note: By default the output file name is TEST-terraform.xml
, this will be picked up by default when using the PublishTestResults@2
tas in Azure DevOps pipelines. It can be modified by using the --output [OutputFileLocation]
flag
FAQs
Parses TF test json output and translates it into JUnit XML
We found that tftest-to-junitxml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.