Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a Dockerfile to help with using snyk-to-html in pipelines #54

Merged
merged 1 commit into from
Jan 9, 2020

Commits on Oct 30, 2019

  1. Added a Dockerfile to help with using snyk-to-html in pipelines

    Packaging snyk-to-html as a Docker image makes using the tool in places
    where installing a full Node toolchain is problematic or annoying. The
    image also aims to make usage easier by outputting the html on stdout,
    rather than writing a file to disk.
    
    Using the -o and -i options the image can be used to read and/or write from
    files on disk as well.
    garethr committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f9e8646 View commit details
    Browse the repository at this point in the history