Skip to content

Commit 22c5757

Browse files
committed
fix lint
1 parent 7c6802e commit 22c5757

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Set up Python
103103
uses: actions/setup-python@v5
104104
with:
105-
python-version: '3.11'
105+
python-version: "3.11"
106106
- name: Install dependencies
107107
run: |
108108
python -m pip install --upgrade pip

.mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ DISABLE_LINTERS:
1313
- REPOSITORY_GRYPE
1414
- REPOSITORY_KICS
1515
- REPOSITORY_TRIVY
16+
- REPOSITORY_SECRETLINT
1617

1718
PLUGINS:
1819
- https://raw.githubusercontent.com/cdzombak/mega-linter-plugin-dockerfilelint/main/mega-linter-plugin-dockerfilelint/dockerfilelint.megalinter-descriptor.yml

0 commit comments

Comments
 (0)