Skip to content

Commit

Permalink
Add example and fix README
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Rochette <[email protected]>
  • Loading branch information
lrochette committed Jan 23, 2024
1 parent 096f016 commit 681d018
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion incubating/kubescape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Docker image which invokes security script using kubescape CLI

Codefresh Subscription (Dedicated Infrastructure/Hybrid) - https://codefresh.io/


### Documentation:

kubescape CLI: https://github.com/kubescape/kubescape/blob/master/docs/getting-started.md
8 changes: 7 additions & 1 deletion incubating/kubescape/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ metadata:
- description: example-1
workflow:
kubescape:
type: kubescape:1.0.0
type: kubescape:3.0.1
arguments:
VERBOSE: on
OUTPUTFILE: results
FRAMEWORKS: MITRE
ACCESSKEY: ${{KEY}}
ACCOUNT: ${{ACCOUNT_ID}}
FORMAT: sarif

spec:
arguments: |-
Expand Down

0 comments on commit 681d018

Please sign in to comment.