Code Monkey home page Code Monkey logo

fx-sig-verify's Introduction

Overview

docs Documentation Status
tests Travis-CI Build Status Coverage Status Coverage Status
version status Commits since latest release

AWS Lambda to check code signatures to verify both presence and "signed by Mozilla" status.

Installation

There are three deployment scenarios for fx-sig_verify:

  • As an AWS Lambda function - see :ref:`Lambda Installation` for the details.

  • As a set of command line tools to facilitate usage and operation of the Lambda function:

    pip install https://github.com/mozilla-services/fx-sig-verify
    

    See :ref:usage for more details on command line tools

  • In development mode (see below).

Documentation

https://fx-sig-verify.readthedocs.io/

Development

At present, fx-sig-verify is python 2.7 only.

Typical development setup, using a local virtual environment:

git clone https://github.com/mozilla-services/fx-sig-verify
cd fx-sig-verify
virtualenv --python python2.7 venv
source venv/bin/activate
pip install --requirements requirements-dev.txt

Local Testing

The local test runner is pytest, with all local tests in the tests/ subdirectory. To run just the tests, use:

py.test tests

To run the full CI suite, including document generation, use:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

AWS Testing

Testing on AWS requires an AWS account. Refer to :ref:`Lambda Installation` for details.

fx-sig-verify's People

Contributors

hwine avatar mozilla-github-standards avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.