Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
268 changes: 8 additions & 260 deletions .github/workflows/daily-malicious-code-scan.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/daily-malicious-code-scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tools:
safe-outputs:
create-code-scanning-alert:
driver: "Malicious Code Scanner"
threat-detection: false
Copy link

Copilot AI Nov 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The threat-detection: false configuration is incorrectly placed. According to the schema and code implementation, threat-detection should be at the same level as safe-output types (like create-code-scanning-alert), not nested under them.

Current (incorrect):

safe-outputs:
  create-code-scanning-alert:
    driver: "Malicious Code Scanner"
  threat-detection: false

Expected:

safe-outputs:
  create-code-scanning-alert:
    driver: "Malicious Code Scanner"
threat-detection: false

The threat-detection field should be a top-level frontmatter field, not nested within safe-outputs.

Suggested change
threat-detection: false
threat-detection: false

Copilot uses AI. Check for mistakes.
timeout-minutes: 15
strict: true
---
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-serena-custom-gomod.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions .github/workflows/test-serena-go-config.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading