container-structure-test icon indicating copy to clipboard operation
container-structure-test copied to clipboard

validate the structure of your container images

Results 104 container-structure-test issues
Sort by recently updated
recently updated
newest added

Let's make this a separate binary/build step from the main test code.

enhancement
help wanted

I'm building a new Python image on top of the `gcr.io/gcp-runtimes/ubuntu_16_0_4` base, and I get these errors from licence_check: ``` Step #4:      licenses.go:70: libssl-dev Step #4:      licenses.go:46: Error reading license...

We should be able to infer the output directory for the binary when building with bazel, so we don't have to keep changing the hardcoded name whenever we make a...

good first issue

Hello Just trying your tool; thanks for it. I think there is a problem with the `unboundEnv` feature; seems inexisting: ```yaml schemaVersion: "2.0.0" metadataTest: unboundEnv: - key: "PRIVATE_TOKEN" ``` ```bash...

noticed a similar issue to https://github.com/GoogleContainerTools/container-structure-test/issues/127 today. the version doesn't seem to be set correctly in the homebrew release. ``` ➜ brew install container-structure-test Warning: You are using macOS 13....

Related to #270 , it would be extremely convenient to be able to use a Kubernetes native driver to run both image content tests (the currently supported test types using...

Fixes #273 & #304 I added two new types to handle the JUnit specific marshaling. This probably can be implemented a bit better rather than inline structs + new types...

There seems to be old packages that are used in the latest version that are reported to have vulnerabilities and should be updated: - github.com/containerd/containerd v1.5.7 (subject to [CVE-2021-43816](https://avd.aquasec.com/nvd/2021/cve-2021-43816/)) This...

_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** Security policy not enabled. A SECURITY.md file can give users information about what constitutes a vulnerability and how to report...

allstar