Skip to content

[VULN-649] ci: Remove deprecated scan workflow#7091

Draft
theMickster wants to merge 1 commit into
mainfrom
vuln-649/remove-scan-workflow
Draft

[VULN-649] ci: Remove deprecated scan workflow#7091
theMickster wants to merge 1 commit into
mainfrom
vuln-649/remove-scan-workflow

Conversation

@theMickster

Copy link
Copy Markdown
Contributor

🎟️ Tracking

https://bitwarden.atlassian.net/browse/VULN-649

📔 Objective

Removes the deprecated scan.yml GitHub Actions workflow.

@theMickster theMickster added the ai-review Request a Claude code review label Jun 22, 2026
@github-actions github-actions Bot added the t:ci Change Type - Updates to automated workflows label Jun 22, 2026
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

🤖 Bitwarden Claude Code Review

Overall Assessment: APPROVE

This PR removes the deprecated scan.yml GitHub Actions workflow (Checkmarx SAST and Sonar quality jobs) under VULN-649. The scanning functionality is preserved in scan-ci.yml, which runs the same Checkmarx and Sonar jobs on push to main. No remaining references to the deleted workflow exist in the repository, so this is a clean removal with no orphaned configuration.

Code Review Details

No findings. The change is a straightforward deletion of a superseded CI workflow:

  • The deleted scan.yml triggered on pull requests; the surviving scan-ci.yml runs the equivalent Checkmarx/Sonar jobs on push to main.
  • A repository-wide search found no other references to scan.yml or the "Scan Pull Requests" workflow name (branch protection, docs, or other workflows).
  • Change is tracked under VULN-649 and labeled t:ci, consistent with an intentional CI process decision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-review Request a Claude code review t:ci Change Type - Updates to automated workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant