forked from opea-project/GenAIExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test params (opea-project#1182)
Signed-off-by: chensuyue <[email protected]>
- Loading branch information
Showing
3 changed files
with
4 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,36 +67,6 @@ jobs: | |
make docker.build | ||
make docker.push | ||
- name: Scan gmcmanager | ||
if: ${{ inputs.node == 'gaudi' }} | ||
uses: opea-project/validation/actions/trivy-scan@main | ||
with: | ||
image-ref: ${{ env.DOCKER_REGISTRY }}/gmcmanager:${{ env.VERSION }} | ||
output: gmcmanager-scan.txt | ||
|
||
- name: Upload gmcmanager scan result | ||
if: ${{ inputs.node == 'gaudi' }} | ||
uses: actions/[email protected] | ||
with: | ||
name: gmcmanager-scan | ||
path: gmcmanager-scan.txt | ||
overwrite: true | ||
|
||
- name: Scan gmcrouter | ||
if: ${{ inputs.node == 'gaudi' }} | ||
uses: opea-project/validation/actions/trivy-scan@main | ||
with: | ||
image-ref: ${{ env.DOCKER_REGISTRY }}/gmcrouter:${{ env.VERSION }} | ||
output: gmcrouter-scan.txt | ||
|
||
- name: Upload gmcrouter scan result | ||
if: ${{ inputs.node == 'gaudi' }} | ||
uses: actions/[email protected] | ||
with: | ||
name: gmcrouter-scan | ||
path: gmcrouter-scan.txt | ||
overwrite: true | ||
|
||
- name: Clean up images | ||
if: always() | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters