Giter Site home page Giter Site logo

captain-kark / dockerfile-veracode-gpg Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4 KB

A docker image for encrypting files to be communicated securely with veracode.

Home Page: https://hub.docker.com/r/captainkark/veracode-gpg

License: MIT License

Dockerfile 100.00%
veracode docker docker-image gpg public-key-encryption

dockerfile-veracode-gpg's Introduction

The document to encrypt should be mounted into the /tmp/encrypt directory of the container. The resulting .gpg file to share with veracode will appear next to it once the container terminates.

docker run --rm -it -v "${PWD}/encrypt/:/tmp/encrypt/" captainkark/veracode-gpg /tmp/encrypt/foobar.txt

Afterwards, on the host machine:

$: ls -A1 encrypt/
foobar.txt
foobar.txt.gpg

You can attach foobar.txt.gpg to an email (or whatever) to communicate secrets with veracode.

The public key that comes baked into the image can be verified, if desired.

$: docker run --rm -it --entrypoint gpg captainkark/veracode-gpg --list-keys

Which should output the following:

/root/.gnupg/pubring.kbx
------------------------
pub   rsa2048 2012-04-24 [SC]
      58F651DCBE9A644A8C01A485A56B91234E651127
uid           [ unknown] Veracode MPT Team ⟨[email protected]⟩
sub   rsa2048 2012-04-24 [E]

dockerfile-veracode-gpg's People

Watchers

 avatar  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.