You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* enable yamllint + key ordering
key-ordering: ignore every file except dnf_repo_timestamps.yml
* yamllint: disable line-length for the moment
* make super-linter use the .yamllint.yml
* fix harmless yamllint warning 'on' is truthy value
* fix harmless yamllint warning about whitespaces
* fix harmless yamllint warning True for env var
* fix harmless yamllint warning missing eol at eof
* yamllint: ignore filebeat.yml: jinja syntax
* Bump super-linter 8.3.2
Disable BIOME linter
* Disable zizmor linter for now
It should be re-enabled later
* Markdown: remove empty line before lists
* Fix case for common terms (textlint)
* fix pylint and flake8 issues
* Markdown: ignore more rules
* fix black linting warnings
* Disable trivy for now
Copy file name to clipboardExpand all lines: .github/workflows/fatimage.yml
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
name: Build fat image
2
-
on:
2
+
'on':
3
3
workflow_dispatch:
4
-
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
5
-
inputs:
6
-
ci_cloud:
7
-
description: 'Select the CI_CLOUD'
8
-
required: true
9
-
type: choice
10
-
options:
11
-
- default
12
-
- LEAFCLOUD
13
-
- SMS
14
-
- ARCUS
15
-
default: default # Use repo CI_CLOUD setting
16
-
cleanup_on_failure:
17
-
description: Cleanup Packer resources on failure
18
-
type: boolean
19
-
required: true
20
-
default: true
4
+
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
Copy file name to clipboardExpand all lines: .github/workflows/nightlybuild.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
name: Build nightly image
2
-
on:
2
+
'on':
3
3
workflow_dispatch:
4
-
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
5
-
inputs:
6
-
ci_cloud:
7
-
description: 'Select the CI_CLOUD'
8
-
required: true
9
-
type: choice
10
-
options:
11
-
- LEAFCLOUD
12
-
- SMS
13
-
- ARCUS
4
+
# checkov:skip=CKV_GHA_7: "The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty. "
5
+
inputs:
6
+
ci_cloud:
7
+
description: 'Select the CI_CLOUD'
8
+
required: true
9
+
type: choice
10
+
options:
11
+
- LEAFCLOUD
12
+
- SMS
13
+
- ARCUS
14
14
# schedule:
15
15
# - cron: '0 0 * * *' # Run at midnight on default branch
0 commit comments