Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OSV-Scanner GitHub Actions workflow for vulnerability scanning
This pull request introduces a new GitHub Actions workflow to integrate OSV-Scanner for security scanning. The workflow is configured to run on pull requests, scheduled events, and pushes to the master branch. Key changes: .github/workflows/osv-scanner.yml: Added a new workflow file to configure OSV-Scanner for security scanning on pull requests, scheduled events, and pushes to the master branch. The workflow includes permissions setup and job definitions for both scheduled scans and pull request scans. Signed-off-by: Ruslan Dautov <[email protected]>
- Loading branch information