Merge pull request #41 from actions/ncalteen/dispatch
Add workflow dispatch trigger
This commit is contained in:
@@ -12,6 +12,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -34,7 +35,11 @@ jobs:
|
|||||||
id: super-linter
|
id: super-linter
|
||||||
uses: super-linter/super-linter/slim@v8
|
uses: super-linter/super-linter/slim@v8
|
||||||
env:
|
env:
|
||||||
|
CHECKOV_FILE_NAME: .checkov.yml
|
||||||
DEFAULT_BRANCH: main
|
DEFAULT_BRANCH: main
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
LINTER_RULES_PATH: ${{ github.workspace }}
|
LINTER_RULES_PATH: .
|
||||||
VALIDATE_ALL_CODEBASE: true
|
VALIDATE_ALL_CODEBASE: true
|
||||||
|
VALIDATE_BIOME_FORMAT: false
|
||||||
|
VALIDATE_BIOME_LINT: false
|
||||||
|
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
AVD-DS-0002
|
||||||
|
AVD-DS-0026
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Create a Container Action
|
# Create a Container Action
|
||||||
|
|
||||||
[](https://github.com/super-linter/super-linter)
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
Use this template to bootstrap the creation of a container action. :rocket:
|
Use this template to bootstrap the creation of a container action. :rocket:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user