mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-06 22:49:38 +00:00
Fix linting errors
This commit is contained in:
3
.github/linters/.checkov.yml
vendored
Normal file
3
.github/linters/.checkov.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
quiet: true
|
||||||
|
skip-check:
|
||||||
|
- CKV_GHA_7
|
4
.github/workflows/example-workflow.yml
vendored
4
.github/workflows/example-workflow.yml
vendored
@ -9,6 +9,10 @@ on:
|
|||||||
default: 'World'
|
default: 'World'
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
say-hello:
|
say-hello:
|
||||||
name: Say Hello
|
name: Say Hello
|
||||||
|
Reference in New Issue
Block a user