mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
fix
This commit is contained in:
parent
6091e27c99
commit
5f1d7a4520
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -118,6 +118,7 @@ jobs:
|
||||
github-pat: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@master
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
with:
|
||||
image-ref: 'ghcr.io/huggingface/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}'
|
||||
format: 'sarif'
|
||||
|
Loading…
Reference in New Issue
Block a user