Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
eslint-formatter-gha
Advanced tools
A custom formatter for ESLint that creates annotations for GitHub Actions.
npm install --save-dev eslint-formatter-gha
eslint . -f gha
If eslint-formatter-gha
detects that ESLint runs in a GitHub runner (GITHUB_ACTIONS
environment variable has the value of true
), it creates annotations for GitHub Actions.
Otherwise, it invokes ESLint's stylish
formatter.
Since 1.1.0: If the SONARSCANNER
environment variable equals true
, the formatter produces the result in the JSON format. Additionally, if the GITHUB_WORKSPACE
environment variable has a non-empty value, eslint-formatter-gha
writes the generated JSON into ${GITHUB_WORKSPACE}/eslint-report.json
file.
FAQs
ESLint formatter for GitHub Actions
We found that eslint-formatter-gha 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.