QA-213 adding minor improvements

This commit is contained in:
Huan Truong 2025-11-14 13:08:23 -06:00
parent b99735a9aa
commit 7d79fde9fc
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -12,6 +12,8 @@ stages:
- template
- run
- test
default:
retry: 2
variables:
DOCKER_AUTH_CONFIG: ${_DOCKER_AUTH_CONFIG}
GIT_SUBMODULE_STRATEGY: normal

View file

@ -11,6 +11,8 @@ stages:
- scan
- test
- manifest
default:
retry: 2
variables:
KASM_RELEASE: "{{ KASM_RELEASE }}"
TEST_INSTALLER: "{{ TEST_INSTALLER }}"

View file

@ -27,7 +27,7 @@ fi
case "$scan_cmd" in
repo) options="--scanners config,secret,vuln" ;;
image) options="--scanners vuln" ;;
image) options="--scanners vuln --timeout 10m" ;;
*) options="--scanners vuln,config,secret" ;;
esac