Merge pull request #41 from actions/ncalteen/dispatch

Add workflow dispatch trigger
This commit is contained in:
Nick Alteen
2025-10-31 10:22:07 -04:00
committed by GitHub
4 changed files with 9 additions and 2 deletions
View File
+6 -1
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
AVD-DS-0002
AVD-DS-0026
+1 -1
View File
@@ -1,7 +1,7 @@
# Create a Container Action # Create a Container Action
[![GitHub Super-Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![Continuous Integration](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg) ![Continuous Integration](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg)
![Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg)
Use this template to bootstrap the creation of a container action. :rocket: Use this template to bootstrap the creation of a container action. :rocket: