Skip to content

Commit ef6a915

Browse files
committed
Change badge color and fix README.md type
1 parent e83055f commit ef6a915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This action performs image analysis on locally built container image and posts t
1212

1313
**Required** API token for Sysdig Scanning auth. Example: `"924c7ddc-4c09-4d22-bd52-2f7db22f3066"`
1414

15-
It is not recommended to hardcode the API token in the action. but [store it in Github secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) instead and use `${{ secrets.MY_SECRET_NAME }}` instead.
15+
It is not recommended to hardcode the API token in the action, but [store it in Github secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) instead and use `${{ secrets.MY_SECRET_NAME }}` instead.
1616

1717
### `sysdig-secure-url`
1818

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
required: false
2020
branding:
2121
icon: 'shield'
22-
color: 'green'
22+
color: 'orange'
2323
runs:
2424
using: 'node12'
2525
main: 'index.js'

0 commit comments

Comments
 (0)