Closed unixorn closed 8 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
ā COPYPASTE | jscpd | yes | no | 1.06s | |
ā ļø REPOSITORY | checkov | yes | 2 | 12.26s | |
ā REPOSITORY | devskim | yes | no | 1.47s | |
ā REPOSITORY | dustilock | yes | no | 0.0s | |
ā REPOSITORY | gitleaks | yes | no | 0.19s | |
ā REPOSITORY | git_diff | yes | no | 0.01s | |
ā REPOSITORY | grype | yes | no | 11.88s | |
ā ļø REPOSITORY | kics | yes | 1 | 2.23s | |
ā REPOSITORY | secretlint | yes | no | 1.05s | |
ā REPOSITORY | syft | yes | no | 0.23s | |
ā REPOSITORY | trivy | yes | no | 5.48s | |
ā REPOSITORY | trivy-sbom | yes | no | 3.36s | |
ā REPOSITORY | trufflehog | yes | no | 10.03s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
Description
Only install
fzf
when it isn't already in$PATH
. Fixes #87, #44Checklist
fzf-zsh-plugin.zsh
, I have created standalone scripts in bin so they can be used by non-ZSH users too.#!/usr/bin/env interpreter
instead of potentially platform-specific direct paths (#!/bin/sh
is an ok exception)License Acceptance