Skip to content

Container Structure Test Action

Actions
Setup Container Structure Test in your GitHub workflows
v0.3.0
Latest
Star (7)

container-structure-test-action

Setup container-structure-test for use in your GitHub Action workflows.

Required inputs

  • image: the image (including :tag) to run container structure test against (e.g. my-image:latest)
  • config: the path (relative to the root of the repository) to the test config (e.g. tests.yaml)

Example

name: "Test Dockerfile structure"
on: pull_request

jobs:
  dockerfile-test:
    runs-on: ubuntu-latest
    steps:
    - name: checkout source
      uses: actions/checkout@main

    - name: run structure tests
      uses: plexsystems/[email protected]
      with:
        image: my-image:latest
        config: tests.yaml

Container Structure Test Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Container Structure Test in your GitHub workflows
v0.3.0
Latest

Container Structure Test Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.