Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
notebooks-operations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
702
Projekty
notebooks-operations
Commits
88c1e9ae
Commit
88c1e9ae
authored
1 month ago
by
František Dvořák
Browse files
Options
Downloads
Patches
Plain Diff
Update megalinter file
parent
7557620a
No related branches found
No related tags found
No related merge requests found
Pipeline
#20881
failed
1 month ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.mega-linter.yaml
+9
-9
9 additions, 9 deletions
.mega-linter.yaml
with
9 additions
and
9 deletions
.mega-linter.yaml
+
9
−
9
View file @
88c1e9ae
...
...
@@ -4,8 +4,6 @@ DISABLE:
-
SPELL
DISABLE_LINTERS
:
# Unable to import 'requests' (import-error)
-
PYTHON_PYLINT
# can't be configured (bugs), too many checks
-
REPOSITORY_KICS
# can't be configured
...
...
@@ -31,23 +29,25 @@ ANSIBLE_ANSIBLE_LINT_ARGUMENTS: >-
# B603:subprocess_without_shell_equals_true: needed
PYTHON_BANDIT_ARGUMENTS
:
--skip B105,B404,B603
# Unable to import 'requests' (import-error)
PYTHON_PYLINT_ARGUMENTS
:
--disable=import-error
# CKV2_ANSIBLE_1 (http): local comunication
# CKV_OPENSTACK_2: useless check
# CKV_SECRET_6 (base64):
just crazy
check
#
FIXME
: jupyterhub-jwt.yaml
# CKV_SECRET_6 (base64):
weird useless
check
#
XXX
: jupyterhub-jwt.yaml
REPOSITORY_CHECKOV_ARGUMENTS
:
>-
--skip-check CKV2_ANSIBLE_1,CKV_OPENSTACK_2,CKV_SECRET_6
--skip-path .*/playbooks/files/(jupyterhub-jwt|calico).yaml
--skip-path .*/playbooks/upgrade.yaml
--skip-path
/
.*/playbooks/files/(jupyterhub-jwt|calico).yaml
--skip-path
/
.*/playbooks/upgrade.yaml
# DS126858 (algorithm): false positive, used as images tag
# DS137138 (http): local communication
# DS169125 (ssl): protocol actually banned
# DS169126 (ssl): protocol actually banned
# DS176209: FIXME jupyterhub-jwt.yaml
REPOSITORY_DEVSKIM_ARGUMENTS
:
>-
--ignore-globs
/tmp/lint
/.ansible/**,
/tmp/lint/.git/**,/tmp/lint/
**/playbooks/files/calico.yaml
--ignore-rule-ids DS126858,DS137138,DS169125,DS169126
,DS176209
--ignore-globs
**
/.ansible/**,
**/.git/**,
**/playbooks/files/calico.yaml
--ignore-rule-ids DS126858,DS137138,DS169125,DS169126
# no check for terraform plugins
REPOSITORY_GRYPE_ARGUMENTS
:
--exclude ./*/terraform/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment