Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/Debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ede86e5
Choose a base ref
Loading
...
head repository: PSModule/Debug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 746c946
Choose a head ref
Loading
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Mar 1, 2025

  1. 🌟 [Major]: Fix path separator in action.yml and update README.md (#…

    …10)
    
    ## Description
    
    This pull request includes several changes to improve the handling of
    sensitive information, enhance the readability of the debug information,
    and update documentation, including adding a new function to mask
    sensitive values, updating the `README.md` to provide clearer
    information about the action, and modifying the PowerShell script to use
    the new masking function.
    
    Enhancements to sensitive information handling:
    
    * `action.yml`:
    * Fixed the path separator in the script path to ensure compatibility
    across different environments.
    * `scripts/Helpers.psm1`:
    * Added a new `Set-MaskedValue` function to mask sensitive values such
    as GitHub tokens, JWT tokens, and private keys.
    * `scripts/main.ps1`:
    * Imported the `Helpers.psm1` module and set the output rendering to
    ANSI for better readability.
    * Updated various logging sections to use the `Set-MaskedValue` function
    to mask sensitive information in environment variables and PowerShell
    variables.
    
    Documentation updates:
    
    * `README.md`:
    * Updated the documentation to provide more comprehensive information
    about the action, including inputs, outputs, and a caution about
    exposing sensitive information.
    
    Tests:
    
    * `.github/workflows/Action-Test.yml`:
    * Added an environment variable for a fake private key for debugging
    purposes.
    
    ## Type of change
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [ ] 📖 [Docs]
    - [ ] 🪲 [Fix]
    - [ ] 🩹 [Patch]
    - [ ] ⚠️ [Security fix]
    - [ ] 🚀 [Feature]
    - [x] 🌟 [Breaking change]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    MariusStorhaug authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    746c946 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.