We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6a775 commit 0eecbb5Copy full SHA for 0eecbb5
.github/workflows/ci-dev-uds-tokenizer.yaml
@@ -39,3 +39,8 @@ jobs:
39
context: services/uds_tokenizer
40
dockerfile: services/uds_tokenizer/Dockerfile
41
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