Skip to content

Commit

Permalink
Update to use vulnerability-scan runner [skip ci] (#11958)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pxLi authored Jan 14, 2025
1 parent 1376300 commit 60b6806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60b6806

Please sign in to comment.