Skip to content

Commit

Permalink
Merge ce09a8c into 94b5823
Browse files Browse the repository at this point in the history
  • Loading branch information
alegrey91 committed Jul 27, 2023
2 parents 94b5823 + ce09a8c commit 2f3e662
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/kubescape-cli-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: ks-cli-dynamic-e2e-test
on:
workflow_call:
inputs:
KIND_CONFIG_FILE:
description: 'Configuration file for Kind setup'
required: false
type: string
DOWNLOAD_ARTIFACT_PATH:
description: 'Download artifact path'
required: true
Expand Down Expand Up @@ -113,6 +117,7 @@ jobs:
uses: helm/kind-action@d08cf6ff1575077dee99962540d77ce91c62387d # ratchet:helm/kind-action@v1.3.0
with:
cluster_name: ${{ steps.uuid.outputs.RANDOM_UUID }}
config: ${{ inputs.KIND_CONFIG_FILE }}

- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3.0.2
id: download-artifact
Expand Down Expand Up @@ -151,4 +156,4 @@ jobs:
if: always() # always run even if the previous step fails
with:
report_paths: '**/results_xml_format/**.xml'
commit: ${{github.event.workflow_run.head_sha}}
commit: ${{github.event.workflow_run.head_sha}}

0 comments on commit 2f3e662

Please sign in to comment.