Git Product home page Git Product logo

crda-images's Introduction

crda-images

Images generated using this script

Ecosystem Version IMAGE TAG
python python3.8 crda-python 3.8
python python3.6 crda-python 3.6
python python3.7 crda-python 3.7

Creating Maven CRDA image and runing the scan in a container.

creating CRDA Maven image and publishing to the repo.

podman build -f ./Dockerfiles/Dockerfile.maven . -t crda-maven:4.0 
podman tag localhost/crda-maven:4.0 quay.io/lrangine/crda-maven:4.0
podman push quay.io/lrangine/crda-maven:4.0

Running CRDA scan on a maven project.

# Go to root directory of the maven project where you can access pom.xml
$ podman run -ti --rm \
-e AUTH_TOKEN=<replace_auth_token> \
-e CRDA_KEY=<replace_crda_key> \
-e CONSENT_TELEMETRY=false \
-e HOST="https://f8a-analytics-2445582058137.production.gw.apicast.io" \
-v $(pwd):/usr/src/project  \
quay.io/lrangine/crda-maven:3.0 /crda.sh /usr/src/project/pom.xml /usr/src/project/scan_results.json

# Example of the command with dummy tokens.
$ podman run -ti --rm \
-e AUTH_TOKEN=9e7ab12345fe123d8c12fa752e12345f \
-e CRDA_KEY=12345678-ab1c-12ad-b123-a04a12345d9a \
-e CONSENT_TELEMETRY=false \
-e HOST="https://f8a-analytics-2445582058137.production.gw.apicast.io" \
-v $(pwd):/usr/src/project  \
quay.io/lrangine/crda-maven:3.0 /crda.sh /usr/src/project/pom.xml /usr/src/project/scan_results.json

crda-images's People

Contributors

sawood14012 avatar jparsai avatar lokeshrangineni avatar khyatisoneji avatar yzainee avatar

Forkers

mrrajan

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.