Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stups-fullstop

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stups-fullstop

Simple command line utility to view Fullstop violations

  • 1.1.31
  • PyPI
  • Socket score

Maintainers
2

============= fullstop. CLI

.. image:: https://travis-ci.org/zalando-stups/fullstop-cli.svg?branch=master :target: https://travis-ci.org/zalando-stups/fullstop-cli :alt: Build Status

.. image:: https://coveralls.io/repos/zalando-stups/fullstop-cli/badge.svg :target: https://coveralls.io/r/zalando-stups/fullstop-cli :alt: Code Coverage

.. image:: https://img.shields.io/pypi/dw/stups-fullstop.svg :target: https://pypi.python.org/pypi/stups-fullstop/ :alt: PyPI Downloads

.. image:: https://img.shields.io/pypi/v/stups-fullstop.svg :target: https://pypi.python.org/pypi/stups-fullstop/ :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/l/stups-fullstop.svg :target: https://pypi.python.org/pypi/stups-fullstop/ :alt: License

Convenience command line tool for fullstop. audit reporting.

.. code-block:: bash

$ sudo pip3 install --upgrade stups-fullstop

Usage

First configure your Fullstop CLI for your AWS account IDs:

.. code-block:: bash

$ fullstop configure
# enter Fullstop URL and optionally your AWS account IDs

For example, you can list all recent violations in your configured AWS accounts:

.. code-block:: bash

$ fullstop list-violations --since 7d -l 50

Check help text for all details

.. code-block:: bash

$ fullstop list-violations --help

You can also run it locally from source:

.. code-block:: bash

$ python3 -m fullstop

Running Unit Tests

.. code-block:: bash

$ python3 setup.py test --cov-html=true

Releasing

.. code-block:: bash

$ ./release.sh <NEW-VERSION>

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc