GoogleContainerTools / GoogleContainerTools/container-structure-test
Output of list with empty string is the same to empty list
Open
bug
good first issue
help wanted
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
Entrypoint in the image is `[]`. If I create the following metadata test:
```
metadataTest:
entrypoint: [""]
```
it will fail with error message:
```
--- FAIL: TestAll/Metadata_Test (0.00s)
structure.go:179: Image entrypoint [] does not match expected entrypoint: []
```
Contributor guide
Assessment
This issue has not been assessed yet.