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

Check any assets assigned to any inactive user #155

Commits on Oct 16, 2024

  1. Highly recommended practice to use ATFs for regression testing on ins…

    …tance upgrade and releases.
    Rampriya-S committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    37a0727 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Use Logging Levels: Instead of gs.log(), consider using more appropri…

    …ate logging levels, such as:
    
    gs.info() for informational messages.
    gs.warn() for warnings that don’t break functionality but may need attention.
    gs.error() for logging errors that require investigation.
    Rampriya-S committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3fdd9ab View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. We should ensure that inactive users are removed from being assigned …

    …as Catalog item owners.
    Rampriya-S committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c5d0f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61be416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f21668 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    This Check helps to identify and manage assets assigned to inactive users, ensuring that CMDB remains accurate and up to date.
    Rampriya-S authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0ccd21b View commit details
    Browse the repository at this point in the history