mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: attempt to fix the trivy scan (#11018)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
fb753e0656
commit
28caebf6f0
1 changed files with 2 additions and 1 deletions
3
.github/actions/setup-build-env/action.yaml
vendored
3
.github/actions/setup-build-env/action.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue