mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 14:09:39 +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'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
say-hello:
|
||||
name: Say Hello
|
||||
|
Reference in New Issue
Block a user