This repository was archived by the owner on Jan 12, 2026. It is now read-only.
Fix security scanning workflow failures on scheduled runs#3
Closed
Fix security scanning workflow failures on scheduled runs#3
Conversation
- Remove base/head parameters from TruffleHog that caused failures on scheduled runs - Remove CodeQL analysis for JavaScript/Python as this is a documentation-only repo - Remove --debug flag from TruffleHog - Update README to reflect removed CodeQL scanning Co-authored-by: firascoding <167943364+firascoding@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix unresolved issue in codebase
Fix security scanning workflow failures on scheduled runs
Nov 10, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The security scanning workflow was failing on scheduled runs and direct pushes to main because TruffleHog's
base/headparameters resolved to the same commit, and CodeQL attempted to analyze non-existent JavaScript/Python source files in this documentation-only repository.Changes
baseandheadparameters to scan entire repository on all eventsWorkflow now runs: secret scanning (all events) + dependency review (PRs only).
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.