Skip to content

Commit 8b69116

Browse files
committed
doc: updates for marketplace
1 parent d83e2ef commit 8b69116

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
const passed = `${{ steps.report.outputs.exit_code }}` == "0";
5656
if(!passed){ core.setFailed(report); }
5757
```
58+
you can see this workflow in action on our [demo repo](https://github.com/Bearer/bear-publishing/actions/workflows/curio.yml)
5859
5960
## Inputs
6061

action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
name: 'Curio'
2-
description: 'Scan your source code for security risks and sensitive data vulnerabilities'
1+
name: 'Curio.sh'
2+
description: 'A data-first security scanner that finds risks and vulnerabilities in your code so you can protect sensitive data.'
3+
branding:
4+
icon: "check-square"
5+
color: "purple"
36
inputs:
47
config-file:
58
description: 'Curio configuration file path'

0 commit comments

Comments
 (0)