Skims Container | Docker Image Deployment | Fluid Attacks Help

Skims container

To make the process of running skims as a standalone product as easy as possible for users, an image is deployed to docker hub after every deployment.

Local development

Notes
Note
The following procedure works only on Linux distributions.

In order to use a local version of the skims image, you can use the following procedure:
  1. Generate the container including your local changes:

  2. nix run .#skims-container get

  3. At the end of the output logs there should be a link, similar to this:

  4. /nix/store/2gfw1rjc2kgj67f3mom9-container-image.tar.gz

  5. Copy this link and load it to docker:

  6. docker load < /nix/store/2gfw1rjc2kgj67f3mom9-container-image.tar.gz

  7. Mount this image and execute skims on it:

  8. sudo docker run -v /path/to/test/folder:/working-dir sast:latest sast --help
Idea
Tip
Have an idea to simplify our architecture or noticed docs that could use some love? Don't hesitate to open an issue or submit improvements.