This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor build workflow and add SonarCloud analysis
- Rename the file `gitleaks.yml` to `build.yml` for clarity. - Update the workflow name from "gitleaks" to "Build". - Modify the event triggers to include pull request events of types: opened, synchronize, reopened. - Add a new job named "sonarcloud" for SonarCloud analysis. - Configure SonarCloud steps to checkout code and perform the scan.
- Loading branch information