Remove configs
This commit is contained in:
parent
bd531dd416
commit
f290c42d0f
4 changed files with 0 additions and 44 deletions
|
|
@ -1,26 +0,0 @@
|
|||
---
|
||||
name: YAML Lint
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
yamllint:
|
||||
runs-on: ubuntu-yamllint
|
||||
steps:
|
||||
- name: Checkout linting
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run yamllint with auto-detected config
|
||||
run: |
|
||||
yamllint -c .yamllint .
|
||||
gitleaks:
|
||||
runs-on: ubuntu-yamllint
|
||||
steps:
|
||||
- name: Checkout passwords leaks
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run gitleaks
|
||||
run: gitleaks detect --source . --verbose
|
||||
...
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
[extend]
|
||||
useDefault = true
|
||||
|
||||
[allowlist]
|
||||
paths = [
|
||||
# '''roles/logs_settings_on_ptaf/templates/filebeat.yml.j2''',
|
||||
]
|
||||
11
.yamllint
11
.yamllint
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
roles/filebeat_install/files/fields.yml
|
||||
.gitea/workflows/yamllint.yml
|
||||
|
||||
rules:
|
||||
line-length:
|
||||
max: 180
|
||||
...
|
||||
Loading…
Add table
Reference in a new issue