Skip to content

A repository to house a PIQUE model that analyzes dockerfiles and reports static analysis tool findings. The intention is for this project to be standalone for dockerfiles while also being used by the greater PIQUE cloud model

License

MSUSEL/msusel-pique-cloud-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSUSEL-PIQUE-cloud-dockerfile

Introduction

This project is an operationalized PIQUE model for the assessment of quality in docker images.

Because of the various development environment challenges when dealing with numerous 3rd party applications, this project is also provided as a packaged standalone docker image. That image is available here.

Tools and 3rd party libraries

These tools and 3rd party libraries will be automatically pulled with the docker image

The dockerfile has been designed to easily adjust version information as new versions are released.

Run environment

Docker

docker engine 20.10.24 (not tested with versions 21+)

The image for this project is hosted on dockerhub here. Instructions to download and run are supplied below

not Docker

It is not suggested to run PIQUE-cloud-dockerfile without the pre-built docker image, but all files and configs are supplied on this repository.

Running

  1. Download and install Docker engine
  2. With Docker engine installed, pull the latest version of this project: docker pull msusel/pique-cloud-dockerfile:latest
  3. Navigate to a working directory for this project
  4. Create two directories, "input" and "output". Inside the "input directory", create another directory "keys"
  5. Generate an NVD API key here and save the text of the key to a file 'nvd-api-key.txt'
  6. Generate a Github API token and save the text of the key to a file 'github-token.txt'
  7. Move the files 'nvd-api-key.txt' and 'github-token.txt' to the 'keys' directory.
  8. Create a file named 'docker-image-target.json' and place it in the 'input' directory.
  9. Copy and paste the contents of the targets file to 'docker-image-target.json'
    1. Modify 'docker-image-target.json' to target the docker images to be analyzed.
  10. The resulting directory structure should look like this:
├── $WORKDIR
│   ├── input
│   │   ├── keys
│   │   │   ├── github-token.txt
│   │   │   ├── nvd-api-key.txt
│   │   ├── docker-image-target.json
│   ├── output
  1. Run the command docker run -it --rm -v "/var/run/docker.sock:/var/run/docker.sock:rw" -v /path/to/working/directory/input:/input -v /path/to/working/directory/output:/output pique-cloud-dockerfile:latest
  2. Results will be generated in the 'output' directory

Funding Agency:

About

A repository to house a PIQUE model that analyzes dockerfiles and reports static analysis tool findings. The intention is for this project to be standalone for dockerfiles while also being used by the greater PIQUE cloud model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published