Skip to content

Commit 4569df0

Browse files
girlpunkSam M
and
Sam M
authored
Fix devskim configuration documentation (#4129)
Co-authored-by: Sam M <sam.m@saluscyber.com>
1 parent a8a2e38 commit 4569df0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
157157
- Fix Grafana Home Dashboard to add missing criteria
158158
- Update PRE_COMMANDS documentation to describe all properties
159159
- Update Grafana documentation to fix secrets typo
160+
- Update Devskim documentation to show a valid exclusion config file
160161

161162
- CI
162163
- Free space in release job to avoid no space left on device, by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/3914>

docs/descriptors/repository_devskim.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Example:
1313

1414
```json
1515
{
16-
Glob: [
16+
"Globs": [
1717
"**/.git/**",
1818
"**/megalinter-reports/**"
1919
]

megalinter/descriptors/repository.megalinter-descriptor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ linters:
6868
6969
```json
7070
{
71-
Glob: [
71+
"Globs": [
7272
"**/.git/**",
7373
"**/megalinter-reports/**"
7474
]

0 commit comments

Comments
 (0)