mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
31ed587996
commit
07e75621d4
3 changed files with 4 additions and 4 deletions
2
.github/actions/setup-build-env/action.yaml
vendored
2
.github/actions/setup-build-env/action.yaml
vendored
|
@ -19,7 +19,7 @@ runs:
|
|||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: false
|
||||
swap-storage: true
|
||||
swap-storage: false
|
||||
- shell: bash
|
||||
if: ${{ inputs.unshallow == 'true' }}
|
||||
run: |
|
||||
|
|
2
.github/actions/setup-test-env/action.yaml
vendored
2
.github/actions/setup-test-env/action.yaml
vendored
|
@ -17,7 +17,7 @@ runs:
|
|||
dotnet: true
|
||||
haskell: true
|
||||
large-packages: false
|
||||
swap-storage: true
|
||||
swap-storage: false
|
||||
- shell: bash
|
||||
run: |
|
||||
export KIND_IMAGE=kindest/node:${{ inputs.version }}
|
||||
|
|
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
- name: Setup build env
|
||||
uses: ./.github/actions/setup-build-env
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
with:
|
||||
build-cache-key: release-images
|
||||
- name: Run Trivy vulnerability scanner in repo mode
|
||||
|
@ -230,7 +230,7 @@ jobs:
|
|||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
- name: Setup build env
|
||||
uses: ./.github/actions/setup-build-env
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
- uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
|
||||
|
|
Loading…
Reference in a new issue