Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .checkov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
quiet: true
skip-check:
- CKV_DOCKER_3 # lsio images run containers as non-root by default
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/issue.feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# Based on the issue template
name: Feature request
description: Suggest an idea for this project
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: build-and-push-docker-image

permissions: read-all
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Greetings

permissions: read-all
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: "Lint PR Title"

permissions: read-all
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,12 @@
---
name: MegaLinter

# Trigger mega-linter at every push. Action will also be visible from Pull
# Requests to main
# Trigger mega-linter on every PR to main.
on:
# Comment this line to trigger action only on pull-requests
# (not recommended if you don't pay for GH Actions)
push:

pull_request:
branches:
- main

# Comment env block if you do not want to apply fixes
permissions: {}

env:
Expand Down
1 change: 0 additions & 1 deletion .hadolint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
##########################
## Hadolint config file ##
##########################
Expand Down
1 change: 0 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Configuration file for MegaLinter
# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation
---
DISABLE:
- COPYPASTE
- SPELL
Expand Down
2 changes: 1 addition & 1 deletion .yamllint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configuration file for yamllint.
# Documentation: https://yamllint.readthedocs.io/en/stable/configuration.html
---
extends: default

rules:
comments:
min-spaces-from-content: 1
document-start: disable
line-length:
max: 205
truthy:
Expand Down