Skip to content

Commit 0eecbb5

Browse files
gyliu513sagearc
authored andcommitted
fix: Add trivy scan for uds tokenizer (llm-d#458)
Signed-off-by: Guangya Liu <gyliu513@gmail.com> Signed-off-by: Sage Ahrac <sagiahrak@gmail.com>
1 parent 0f6a775 commit 0eecbb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-dev-uds-tokenizer.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
context: services/uds_tokenizer
4040
dockerfile: services/uds_tokenizer/Dockerfile
4141
platform: linux/amd64,linux/arm64
42+
43+
- name: Run Trivy scan
44+
uses: ./.github/actions/trivy-scan
45+
with:
46+
image: ghcr.io/${{ github.repository_owner }}/llm-d-uds-tokenizer:${{ steps.tag.outputs.tag }}

0 commit comments

Comments
 (0)