We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83e2ef commit 8b69116Copy full SHA for 8b69116
README.md
@@ -55,6 +55,7 @@ jobs:
55
const passed = `${{ steps.report.outputs.exit_code }}` == "0";
56
if(!passed){ core.setFailed(report); }
57
```
58
+you can see this workflow in action on our [demo repo](https://github.com/Bearer/bear-publishing/actions/workflows/curio.yml)
59
60
## Inputs
61
action.yml
@@ -1,5 +1,8 @@
1
-name: 'Curio'
2
-description: 'Scan your source code for security risks and sensitive data vulnerabilities'
+name: 'Curio.sh'
+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"
6
inputs:
7
config-file:
8
description: 'Curio configuration file path'
0 commit comments