Skip to content

Conversation

@manast
Copy link
Contributor

@manast manast commented Apr 4, 2025

Why

In order to detect all vulnerabilities we need to also run the osv scanner on legacy branches.

How

Added the osv-scanner and upgraded some dependencies

Additional Notes (Optional)

Any extra info here.

@manast manast requested review from Copilot and roggervalf April 4, 2025 20:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • package.json: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/osv-scanner.yml:8

  • Similar to the pull_request trigger, the merge_group trigger is limited to 'master'. Ensure that the branch specification aligns with the intended legacy branches for vulnerability scanning.
merge_group:
    branches: [master]

schedule:
- cron: '30 12 * * 1'
pull_request:
branches: [master]
Copy link

Copilot AI Apr 4, 2025

Choose a reason for hiding this comment

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

The PR description indicates that the OSV scanner should also run on legacy branches, but the pull_request trigger is set to 'master' only. Please update the branch filter to include the targeted legacy branches.

Suggested change
branches: [master]
branches: [master, legacy-branch-1, legacy-branch-2]

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants