Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
7 stars 14 forks source link

feat: add codeql workflow for `go` programming language #38

Closed harmeetsingh11 closed 6 months ago

harmeetsingh11 commented 6 months ago

Describe your improvement idea or feature request

The repository contains code in go , it does not have workflow for code scanning.

How would you like to see it implemented?

I aim to implement the CodeQL workflow to automate security checks. CodeQL, GitHub's code analysis engine, will identify vulnerabilities in the code and present the findings as code scanning alerts. This workflow will be activated for every push, commit, and pull request through GitHub Actions.

Would you like to work on this issue?

Yes

By submitting this issue, I have confirmed that: