Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arunp77 committed Feb 16, 2024
2 parents b2c1640 + 1383013 commit dc8d5dd
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: GitHub Community Support
url: https://github.com/orgs/community/discussions
about: Please ask and answer questions here.
- name: GitHub Security Bug Bounty
url: https://bounty.github.com/
about: Please report security vulnerabilities here.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,17 @@ The project is divided into the following stages and sub-stages
```
Job-Market-Data-Engineering-Project/
├── .env # to save the APIs secret keys and are ignored before pushing the files to GitHub via .gitignore
├── .github/
│ └── workflows/
│ └── ci.yml # GitHub Actions workflow file
│ └── workflows/ # Contains all the ci-cd yml and the Issue/bug files
│ └── ci.yml # GitHub Actions workflow file
├── scripts/
│ ├── web_scraping/
│ │ ├── scraping_script.py
│ │ └── requirements.txt
│ │ ├── scraping_script.py # This could be `.ipynb` file
│ │ └── requirements.txt # Depednent files
│ └── etl/
│ └── etl_script.py
│ └── etl_script.py # The etl python file
├── data/
│ ├── scraped_data/
Expand Down
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

0 comments on commit dc8d5dd

Please sign in to comment.