Skip to content

Commit

Permalink
Merge bffdb6e into ac4f475
Browse files Browse the repository at this point in the history
  • Loading branch information
YiscahLevySilas1 authored May 14, 2023
2 parents ac4f475 + bffdb6e commit f775c6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-basic-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
9 changes: 3 additions & 6 deletions .github/workflows/kubescape-cli-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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}}
6 changes: 0 additions & 6 deletions .github/workflows/package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ on:
# required: false
# type: boolean
# default: true
# push:
# branches: [ main, master ]
# tags:
# - 'v*.*.*'

jobs:
test:
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f775c6c

Please sign in to comment.