Skip to content

This action sets up container-structure-test tool.

License

Notifications You must be signed in to change notification settings

freenet-actions/setup-container-structure-test

Repository files navigation

setup docker container structure test tool

LICENSE

container-structure-test is a command line tool used to test the structure of Docker Images (see the manual).

This action sets up container-structure-test tool. It downloads the binary from https://github.com/GoogleContainerTools/container-structure-test and adds path to PATH

Usage

Set up default container structure test version (1.17.0)

- uses: freenet-actions/setup-container-structure-test@v4

Set up specific structure test version

- uses: freenet-actions/setup-container-structure-test@v4
  with:
    version: 1.17.0