2022-11-25 15:26:31 +01:00
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
|
|
|
|
'''
|
|
|
|
== Implementation Specification
|
|
|
|
(visible only on this page)
|
|
|
|
|
|
|
|
== Message
|
|
|
|
|
|
|
|
When a dangerous environment variable is found:
|
|
|
|
|
|
|
|
* Make sure that using ENV to handle a secret is safe here.
|
|
|
|
|
2023-02-14 10:43:24 +01:00
|
|
|
When a dangerous argument variable is found:
|
|
|
|
|
|
|
|
* Make sure that using ARG to handle a secret is safe here.
|
|
|
|
|
2022-11-25 15:26:31 +01:00
|
|
|
== Highlighting
|
|
|
|
|
2023-02-14 10:43:24 +01:00
|
|
|
The environment or argument variable name.
|
2022-11-25 15:26:31 +01:00
|
|
|
|
|
|
|
'''
|
|
|
|
|
|
|
|
endif::env-github,rspecator-view[]
|