We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6802e commit 22c5757Copy full SHA for 22c5757
.github/workflows/main.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Set up Python
103
uses: actions/setup-python@v5
104
with:
105
- python-version: '3.11'
+ python-version: "3.11"
106
- name: Install dependencies
107
run: |
108
python -m pip install --upgrade pip
.mega-linter.yml
@@ -13,6 +13,7 @@ DISABLE_LINTERS:
13
- REPOSITORY_GRYPE
14
- REPOSITORY_KICS
15
- REPOSITORY_TRIVY
16
+ - REPOSITORY_SECRETLINT
17
18
PLUGINS:
19
- https://raw.githubusercontent.com/cdzombak/mega-linter-plugin-dockerfilelint/main/mega-linter-plugin-dockerfilelint/dockerfilelint.megalinter-descriptor.yml
0 commit comments