From 60b68061f473f63e4193c0b7bd60cff3b4603d40 Mon Sep 17 00:00:00 2001 From: Peixin Date: Tue, 14 Jan 2025 09:34:38 +0800 Subject: [PATCH] Update to use vulnerability-scan runner [skip ci] (#11958) Required by ProdSec team to enable new malware scan. note: this change does not enable the malware scan directly but try to change to use the new shared runner within NVIDIA org. After merging this change, we will need to ask the Blossom team to enable the actual malware scan internally Signed-off-by: Peixin Li --- .github/workflows/blossom-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index be5c238d687..06abf0828f3 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -90,7 +90,7 @@ jobs: Vulnerability-scan: name: Vulnerability scan needs: [Authorization] - runs-on: ubuntu-latest + runs-on: vulnerability-scan steps: - name: Checkout code uses: actions/checkout@v4