1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00

fix: attempt to fix the trivy scan (#11018)

Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
shuting 2024-09-05 16:12:15 +08:00 committed by GitHub
parent fb753e0656
commit 28caebf6f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,12 +16,13 @@ runs:
- uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
if: ${{ inputs.free-disk-space == 'true' }}
with:
tool-cache: true
android: true
docker-images: false
dotnet: true
haskell: true
large-packages: false
swap-storage: false
tool-cache: true
- shell: bash
if: ${{ inputs.unshallow == 'true' }}
run: |