Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/container-actionPublic template

Commita07df86

Browse files
authored
Merge pull request#41 from actions/ncalteen/dispatch
Add workflow dispatch trigger
2 parents9874110 +3eb6b2e commita07df86

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed
File renamed without changes.

‎.github/workflows/linter.yml‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
push:
1313
branches:
1414
-main
15+
workflow_dispatch:
1516

1617
permissions:
1718
contents:read
@@ -34,7 +35,11 @@ jobs:
3435
id:super-linter
3536
uses:super-linter/super-linter/slim@v8
3637
env:
38+
CHECKOV_FILE_NAME:.checkov.yml
3739
DEFAULT_BRANCH:main
3840
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
39-
LINTER_RULES_PATH:${{ github.workspace }}
41+
LINTER_RULES_PATH:.
4042
VALIDATE_ALL_CODEBASE:true
43+
VALIDATE_BIOME_FORMAT:false
44+
VALIDATE_BIOME_LINT:false
45+
VALIDATE_GITHUB_ACTIONS_ZIZMOR:false

‎.trivyignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
AVD-DS-0002
2+
AVD-DS-0026

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Create a Container Action
22

3-
[![GitHub Super-Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
43
![Continuous Integration](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg)
4+
![Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg)
55

66
Use this template to bootstrap the creation of a container action.:rocket:
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp