Replace dorny/paths-filter with native git diff#96
Merged
Conversation
Use native git commands to detect path changes instead of the dorny/paths-filter action, which is not ProdSec approved. The replacement script handles both pull_request and push events, and includes handling for initial pushes where there is no previous commit to compare against.
prvn
previously approved these changes
Jan 15, 2026
b0bc704 to
54df76f
Compare
Move the integration tests that require Falcon API credentials from main.yml to a standalone test-integration.sh script. This allows: - CI to run without secrets (unit tests only) - Developers to run integration tests locally with their own credentials - The script prompts for credentials if not set as environment variables The blog post can now reference the standalone script instead of the workflow file for demonstrating integration test automation.
54df76f to
4b4e6ff
Compare
Contributor
Author
|
This should not be merged until the blog post is updated to point to the integration script. |
- Auto-create and activate virtual environment - Install dependencies automatically - Remove FALCON_BASE_URL (FalconPy defaults to us-1) - Document prerequisites: deployed app and API scopes
prvn
approved these changes
Jan 15, 2026
prvn
approved these changes
Jan 23, 2026
prvn
approved these changes
Jan 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the
dorny/paths-filteraction with native git commands for detecting path changes. This action is not ProdSec approved.The replacement script:
pull_requestandpusheventsfunctionsanduibooleans)