This commit is contained in:
OlivierDehaene 2023-04-13 15:37:15 +02:00
parent 6091e27c99
commit 5f1d7a4520

View File

@ -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'