mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
tput requires explicit terminal type in CI (#791)
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
341288ba29
commit
3f50bb8fa7
2
.github/scripts/apple-signing/utils.sh
vendored
2
.github/scripts/apple-signing/utils.sh
vendored
@ -2,7 +2,7 @@
|
|||||||
PURPLE='\033[0;35m'
|
PURPLE='\033[0;35m'
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
BOLD=$(tput bold)
|
BOLD=$(tput -T linux bold)
|
||||||
RESET='\033[0m'
|
RESET='\033[0m'
|
||||||
|
|
||||||
function success() {
|
function success() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user