Skip to content

Commit 68769b9

Browse files
committed
added lint exception for on: truthy
1 parent 8ab1204 commit 68769b9

16 files changed

+16
-16
lines changed

.github/workflows/checkov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
---
2323
name: Checkov
2424

25-
on:
25+
on: # yamllint disable-line rule:truthy
2626
push:
2727
branches:
2828
- master

.github/workflows/codeowners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
---
1919
name: CodeOwners
2020

21-
on:
21+
on: # yamllint disable-line rule:truthy
2222
push:
2323
branches:
2424
- master

.github/workflows/fork-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: Fork Sync
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
workflow_dispatch:
2525
inputs:
2626
debug:

.github/workflows/fork-update-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
---
2323
name: Fork Update PR
2424

25-
on:
25+
on: # yamllint disable-line rule:truthy
2626
workflow_dispatch:
2727
inputs:
2828
debug:

.github/workflows/grype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
---
1919
name: Grype
2020

21-
on:
21+
on: # yamllint disable-line rule:truthy
2222
push:
2323
branches:
2424
- master

.github/workflows/json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: JSON
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

.github/workflows/kics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
---
1919
name: Kics
2020

21-
on:
21+
on: # yamllint disable-line rule:truthy
2222
push:
2323
branches:
2424
- master

.github/workflows/markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
---
1919
name: Markdown
2020

21-
on:
21+
on: # yamllint disable-line rule:truthy
2222
push:
2323
branches:
2424
- master

.github/workflows/semgrep-cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: Semgrep Cloud
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
---
2323
name: Semgrep
2424

25-
on:
25+
on: # yamllint disable-line rule:truthy
2626
push:
2727
branches:
2828
- master

.github/workflows/shellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: ShellCheck
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

.github/workflows/sqlfluff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
---
1919
name: SQLFluff
2020

21-
on:
21+
on: # yamllint disable-line rule:truthy
2222
push:
2323
branches:
2424
- master

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: Trivy
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: Validation
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

.github/workflows/xml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: XML
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

.github/workflows/yaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121
name: YAML
2222

23-
on:
23+
on: # yamllint disable-line rule:truthy
2424
push:
2525
branches:
2626
- master

0 commit comments

Comments
 (0)