Skip to content
package

GitHub Action

Container Structure Tests

1.2.0 Latest version

Container Structure Tests

package

Container Structure Tests

Action that leverages Google´s Container Structure test to run unit tests on your container images'

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Container Structure Tests

uses: brpaz/[email protected]

Learn more about this action in brpaz/structure-tests-action

Choose a version

Container Structure Tests Action

GitHub Action that leverages Google´s Container Structure Tests to run unit tests on your Docker images.

GitHub Action License Commitizen friendly GitHub Actions

Usage

steps:
    uses: brpaz/structure-tests-action@v1
    with:
        image: myimage:latest
        configFile: structure-tests.yaml

Inputs

image

Required The image name to test

configFile

Required The path to the structure tests configuration file. Defaults to structure-tests.yaml

🤝 Contributing

Check CONTRIBUTING.md for details.

🫶 Support

If you find this project helpful and would like to support its development, there are a few ways you can contribute:

Sponsor me on GitHub

Buy Me A Coffee

Author

👤 Bruno Paz

📝 License

Copyright © 2019 Bruno Paz.

This project is MIT licensed.