You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running DevSkim with anything else, it causes issues because the megalinter-reports folder is in the same directory. It's not clear in the documentation (other than "create an ignore file for DevSkim") how you actually would go about ignoring this folder (and the DevSkim documentation is no help, either).
To Reproduce
Steps to reproduce the behavior:
Enable multiple linters, including DevSkim
Run
Expected behavior
Clean runs.
Screenshots
This is what the output errors look like for me:
- Using [devskim v0.6.9] https://oxsecurity.github.io/megalinter/latest/v6/descriptors/repository_devskim
- MegaLinter key: [REPOSITORY_DEVSKIM]
- Rules config: identified by [devskim]
--Error detail:
/tmp/lint/tmp/lint/megalinter-reports/copy-paste/html/precache-manifest.6e75c714e282171d66a653be143fd4b4.js:11:17:11:51 [Important] DS173237 Do not store tokens or keys in source code.
/tmp/lint/tmp/lint/megalinter-reports/copy-paste/html/precache-manifest.6e75c714e282171d66a653be143fd4b4.js:15:17:15:51 [Important] DS173237 Do not store tokens or keys in source code.
/tmp/lint/tmp/lint/megalinter-reports/copy-paste/html/precache-manifest.6e75c714e282171d66a653be143fd4b4.js:75:17:75:51 [Important] DS173237 Do not store tokens or keys in source code.
/tmp/lint/tmp/lint/megalinter-reports/copy-paste/html/precache-manifest.6e75c714e282171d66a653be143fd4b4.js:87:17:87:51 [Important] DS173237 Do not store tokens or keys in source code.
/tmp/lint/tmp/lint/megalinter-reports/copy-paste/html/precache-manifest.6e75c714e282171d66a653be143fd4b4.js:91:17:91:51 [Important] DS173237 Do not store tokens or keys in source code.
...
/tmp/lint/tmp/lint/megalinter-reports/copy-paste/html/js/chunk-vendors.d0e2967a.js:7:39334:7:39341 [Moderate] DS137138 Insecure URL
...
Additional context N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When running DevSkim with anything else, it causes issues because the
megalinter-reports
folder is in the same directory. It's not clear in the documentation (other than "create an ignore file for DevSkim") how you actually would go about ignoring this folder (and the DevSkim documentation is no help, either).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clean runs.
Screenshots
This is what the output errors look like for me:
Additional context
N/A
The text was updated successfully, but these errors were encountered: