diff --git a/.github/workflows/go-basic-tests.yaml b/.github/workflows/go-basic-tests.yaml index 2eef3d1..ef80269 100644 --- a/.github/workflows/go-basic-tests.yaml +++ b/.github/workflows/go-basic-tests.yaml @@ -191,5 +191,4 @@ jobs: - Vulnerabilities scan: ${{ steps.vulnerabilities-scan.outcome }} - Unit test: ${{ steps.unit-test.outcome }} - Go linting: ${{ steps.linting.outcome }} - reactions: 'eyes' - + reactions: 'eyes' \ No newline at end of file diff --git a/.github/workflows/kubescape-cli-e2e-tests.yaml b/.github/workflows/kubescape-cli-e2e-tests.yaml index 9b9844d..41e941a 100644 --- a/.github/workflows/kubescape-cli-e2e-tests.yaml +++ b/.github/workflows/kubescape-cli-e2e-tests.yaml @@ -30,12 +30,9 @@ on: "scan_with_exception_to_backend", "scan_with_custom_framework", "scan_customer_configuration", - "host_scanner" + "host_scanner", + "scan_compliance_score" ]' - # CHECKOUT_REPO: - # required: false - # type: string - # default: kubescape/kubescape jobs: wf-preparation: @@ -148,4 +145,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}} \ No newline at end of file diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index f4891b0..5c7f6bc 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -31,10 +31,6 @@ on: # required: false # type: boolean # default: true - # push: - # branches: [ main, master ] - # tags: - # - 'v*.*.*' jobs: test: @@ -63,8 +59,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - # tag_name: ${{ steps.set_tag_name.outputs.tag_name }} - # release_name: Release ${{ steps.set_tag_name.outputs.tag_name }} tag_name: ${{ inputs.RELEASE }} release_name: "Release ${{ inputs.RELEASE }}" body: | diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 56901be..8514beb 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -2,7 +2,7 @@ name: pr-checks on: pull_request: - types: [ edited, opened, synchronize, reopened ] + types: [ opened, synchronize, reopened, ready_for_review ] paths-ignore: - '**.md' ### Ignore running when .md files change