Skip to content

Commit b31d177

Browse files
committed
VT gate: all files block equally, no warnings — scripts can contain harmful code too
1 parent 4aa1690 commit b31d177

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -943,15 +943,8 @@ jobs:
943943
944944
if [ "$SCAN_COMPLETE" != "true" ]; then
945945
# Script files (sh, ps1) are low-priority in VT queue — warn but don't block
946-
case "$BASENAME" in
947-
*.sh|*.ps1)
948-
echo "WARNING: $BASENAME scan did not complete within 120 minutes (script files are low-priority in VT)"
949-
;;
950-
*)
951-
echo "BLOCKED: $BASENAME scan did not complete within 120 minutes!"
952-
echo "FAIL" >> /tmp/vt_gate_fail
953-
;;
954-
esac
946+
echo "BLOCKED: $BASENAME scan did not complete within 120 minutes!"
947+
echo "FAIL" >> /tmp/vt_gate_fail
955948
fi
956949
done
957950

0 commit comments

Comments
 (0)