File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 description : " Path to Dockerfile"
2929 required : true
3030 type : string
31-
31+ node :
32+ default : " gaudi"
33+ description : " Hardware to run scan"
34+ required : true
35+ type : string
3236jobs :
3337 trivy-scan :
3438 runs-on : " docker-build-${{ inputs.node }}"
4044 docker system prune -f
4145 - name : Checkout out Repo
4246 uses : actions/checkout@v4
47+ - name : Install Dependencies
48+ run : |
49+ sudo apt-get update
50+ sudo apt-get install -y jq
4351 - name : Clone Required Repo
4452 run : |
45- sudo yum install -y jq
4653 source ${{ github.workspace }}/.github/env/_build_image.sh
4754 if [[ "${{ inputs.image }}" == "vllm" ]]; then
4855 git clone -b ${VLLM_VER} --single-branch https://github.com/vllm-project/vllm.git
Original file line number Diff line number Diff line change 5151 tag : ${{ inputs.tag }}
5252 image : ${{ matrix.image }}
5353 dockerfile : ${{ matrix.dockerfile }}
54+ node : ${{ inputs.node }}
5455 secrets : inherit
5556
5657 upload-artifacts :
You can’t perform that action at this time.
0 commit comments