mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-08-26 11:27:14 +00:00
add note tag on informal checks
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
3ba6138958
commit
a97bdfbe0d
5 changed files with 15 additions and 11 deletions
|
@ -21,6 +21,10 @@ warn () {
|
|||
printf "%b\n" "${bldred}[WARN]${txtrst} $1" | tee -a "$logger"
|
||||
}
|
||||
|
||||
note () {
|
||||
printf "%b\n" "${bldylw}[NOTE]${txtrst} $1" | tee -a "$logger"
|
||||
}
|
||||
|
||||
yell () {
|
||||
printf "%b\n" "${bldylw}$1${txtrst}\n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue