Skip to content

Some 4XX errors trigger false negatives #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
Merged

Conversation

unixorn
Copy link
Owner

@unixorn unixorn commented May 25, 2025

Motivation and Context

Description

Ignore 403 and 418 errors

How Has This Been Tested?

Rights

  • This repository is covered by the Apache 2.0 license (except where noted in individual scripts' source), and I agree that this PR contribution is also subject to the Apache 2.0 license.

Types of changes

  • Adding or updating utility script(s)
  • Add/update function in jpb.plugin.zsh
  • Adding link(s) to external resources
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • Documentation Changes
  • Test updates

Checklist

General

  • All new and existing tests passed.
  • I have added tests to cover my changes.
  • My change requires a change to the documentation.
  • I have updated Readme.md to give credit to the script author
  • I have updated Readme.md to describe what the script does
  • If a new script is not using an Apache 2.0 license, there's a link in the script source saying what license it is under.

Scripts

  • I have run pylint on all python files touched in my branch.
  • I have run rubocop on all ruby files touched in my branch.
  • I have run shellcheck on all shell scripts touched in my branch.
  • All scripts touched/added in this PR have valid shebang lines and are marked executable.
  • Any scripts added in my PR do not include language extensions in their names - no foo.sh, foo.rb or foo.py. We do not want to have to change other scripts just because something gets rewritten in a better fitting language.

Ignore 403 and 418 errors

Signed-off-by: Joe Block <[email protected]>
Copy link

github-actions bot commented May 25, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 0.92s
✅ REPOSITORY dustilock yes no no 0.01s
✅ REPOSITORY gitleaks yes no no 0.17s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ REPOSITORY kics yes 2 no 2.29s
✅ REPOSITORY secretlint yes no no 1.17s
✅ REPOSITORY syft yes no no 1.81s
✅ REPOSITORY trivy-sbom yes no no 0.11s
✅ REPOSITORY trufflehog yes no no 2.99s
⚠️ YAML prettier 1 1 2 0.36s
✅ YAML v8r 1 0 0 2.54s
⚠️ YAML yamllint 1 6 0 0.39s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@unixorn unixorn merged commit e7602df into main May 26, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant