Skip to content
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

Update and rename low-severity-token.bcheck to tentative.bcheck and Change else if to if #165

Merged
merged 6 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. Update and rename low-severity-token.bcheck to tentative.bcheck

    We implemented a minor adjustment using 'else if', as 'else if' ceases execution upon discovering the first secret. Conversely, using 'if' allows the process to continue, enabling the identification of any additional exposed secrets.
    xElkomy authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4e58fa4 View commit details
    Browse the repository at this point in the history
  2. Update and rename high-severity-token.bcheck to certain.bcheck

    We implemented a minor adjustment using 'else if', as 'else if' ceases execution upon discovering the first secret. Conversely, using 'if' allows the process to continue, enabling the identification of any additional exposed secrets.
    xElkomy authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fcd9aa8 View commit details
    Browse the repository at this point in the history
  3. Update certain.bcheck

    xElkomy authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b592cd3 View commit details
    Browse the repository at this point in the history
  4. Update tentative.bcheck

    xElkomy authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e6ac8df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1260d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f488fd View commit details
    Browse the repository at this point in the history