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.
flake8-junit-report-basic
Advanced tools
Simple tool that converts a flake8 file to junit format. Use it on your CI server to see the flake8 failures with ease.
.. image:: https://img.shields.io/badge/LICENSE-BSD%203--Clause-brightgreen.svg .. image:: https://readthedocs.org/projects/flake8-junit-report/badge/?version=latest :target: https://readthedocs.org/projects/flake8-junit-report/?badge=latest :alt: Documentation Status
.. list-table::
* - Master
- .. image:: https://github.com/ricardogarfe/flake8-junit-report/actions/workflows/python-ci.yml/badge.svg?branch=master
:target: https://github.com/ricardogarfe/flake8-junit-report/actions/workflows/python-ci.yml
- .. image:: https://codecov.io/gh/ricardogarfe/flake8-junit-report/branch/master/graph/badge.svg
:target: https://codecov.io/gh/ricardogarfe/flake8-junit-report
* - Develop
- .. image:: https://github.com/ricardogarfe/flake8-junit-report/actions/workflows/python-ci.yml/badge.svg?branch=develop
:target: https://github.com/ricardogarfe/flake8-junit-report/actions/workflows/python-ci.yml
- .. image:: https://codecov.io/gh/ricardogarfe/flake8-junit-report/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/ricardogarfe/flake8-junit-report
Create your flake8 file as usual:
.. code:: shell-session
$ flake8 --output-file flake8.txt
Convert it to JUnit format:
.. code:: shell-session
$ flake8_junit flake8.txt flake8_junit.xml
.. code:: shell-session
$ pip install -r requirements_dev.txt
$ tox
2016-05-11 2.1.0
scripts
to console scripts
.Now it should works on Windows
2016-02-13
2016-01-05
2015-07-28
CONTRIBUTORS <https://github.com/initios/flake8-junit-report/graphs/contributors>
_
FAQs
Simple tool that converts a flake8 file to junit format
We found that flake8-junit-report-basic demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.