Skip to content
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: techspence/ScriptSentry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: techspence/ScriptSentry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2024

  1. should resolve #21

    techspence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    efa1088 View commit details
    Browse the repository at this point in the history
  2. should resolve #20

    techspence committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    72f61d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    38c1661 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Fix $null check position

    Minor fix for PSSA: $null should be on the left side of equality comparisons.
    SamErde authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    d961c74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3be44 View commit details
    Browse the repository at this point in the history
  3. Fix: add missing process block

    "If a command parameter takes its value from the pipeline, the command must use a process block to bind the input objects from the pipeline to that parameter."
    SamErde authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    93b9a8d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Merge pull request #25 from SamErde/patch-2

    Fix: add missing process block
    techspence authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    20c2f02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from SamErde/patch-1

    Fix $null check position
    techspence authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    3ecbc6f View commit details
    Browse the repository at this point in the history
Loading