Skip to content

Commit

Permalink
update org
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertent committed Oct 3, 2022
1 parent 9cfa7e9 commit ec13eb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Kubescape scanning for misconfigurations
on:
release:
types: [published]
types: [released]
jobs:
kubescape:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: kubescape/github-action@main
continue-on-error: true
with:
files: "kubernetes-manifests/*.yaml"
- name: Archive kubescape scan results
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: kubescape/github-action@main
continue-on-error: true
with:
framework: |
nsa,mitre
Expand Down Expand Up @@ -143,6 +145,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: kubescape/github-action@main
continue-on-error: true
with:
failedThreshold: 50
- name: Archive kubescape scan results
Expand All @@ -169,6 +172,7 @@ jobs:
steps:
- uses: action/checkout@v3
- uses: kubescape/github-action@main
continue-on-error: true
with:
thresholdCritical: 1
thresholdHigh: 5
Expand Down
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ inputs:
default: junit
runs:
using: docker
image: quay.io/dwertent/github-actions
# image: quay.io/kubescape/github-actions:latest
image: quay.io/kubescape/github-actions

0 comments on commit ec13eb0

Please sign in to comment.