26 lines
742 B
Plaintext
26 lines
742 B
Plaintext
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
== Message
|
|
|
|
When a dangerous wildcard is found:
|
|
|
|
* COPY: Copying using a glob pattern might inadvertently add sensitive data to the container. Make sure it is safe here.
|
|
* ADD: Adding files using a glob pattern might inadvertently add sensitive data to the container. Make sure it is safe here.
|
|
|
|
In any other case:
|
|
|
|
* COPY: Copying recursively might inadvertently add sensitive data to the container. Make sure it is safe here.
|
|
* ADD: Adding files recursively might inadvertently add sensitive data to the container. Make sure it is safe here.
|
|
|
|
== Highlighting
|
|
|
|
The `COPY` or `ADD` dangerous source.
|
|
|
|
'''
|
|
|
|
endif::env-github,rspecator-view[]
|