Skip to content

Commit

Permalink
Update to use vulnerability-scan runner [skip ci] (#2756)
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 13, 2025
1 parent 5124fc4 commit 636cca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
# Copyright (c) 2022-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -84,7 +84,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 636cca0

Please sign in to comment.