rspec/rules/S6472/implementation.adoc
2023-02-14 10:43:24 +01:00

23 lines
430 B
Plaintext

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.
When a dangerous argument variable is found:
* Make sure that using ARG to handle a secret is safe here.
== Highlighting
The environment or argument variable name.
'''
endif::env-github,rspecator-view[]