Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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_requestjobs:
dockerfile-test:
runs-on: ubuntu-lateststeps:
- name: checkout sourceuses: actions/checkout@main
- name: run structure testsuses: plexsystems/container-structure-test-action@v0.1.0with:
image: my-image:latestconfig: tests.yaml

About

A GitHub Action for using Container Structure Test

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages