introduction-to-codeql
Enable code scanning and secure your code with CodeQL.
File Explorer
Download Latest Version (.zip)- additional-information.png
- alert-overview.png
- audit-log-alert-dismissed.png
- audit-trail-fixed-alert.png
- closed-alerts-button.png
- code-scan-results.png
- code-scanning-alerts-count.png
- codeql-check-in-progress.png
- codeql-default-configuration-box.png
- codeql-filter.png
- codeql-pr2.png
- dismiss-alert-options.png
- edit-button.png
- enable-code-scanning.png
- list-of-codeql-jobs.png
- matrix-jobs.png
- merge-button.png
- python-analysis-logs.png
- security-tab-overview.png
- 1-step.md
- 2-step.md
- 3-step.md
- 4-step.md
- x-review.md
- 0-start-exercise.yml
- 1-step.yml
- 2-step.yml
- 3-step.yml
- 4-step.yml
- __init__.py
- books.py
- __init__.py
- __main__.py
- routes.py
- webapp.py
- books.html
- .gitignore
- fixme
- LICENSE
- Pipfile
- Pipfile.lock
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/skills/introduction-to-codeql
Downloads the entire project code from GitHub to your computer.
cd introduction-to-codeql
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pipenv install
Type this command into your terminal and run it.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
