You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -47,38 +47,38 @@ jobs:
47
47
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
48
48
49
49
steps:
50
-
- name: Checkout repository
51
-
uses: actions/checkout@v4
50
+
- name: Checkout repository
51
+
uses: actions/checkout@v4
52
52
53
-
# Initializes the CodeQL tools for scanning.
54
-
- name: Initialize CodeQL
55
-
uses: github/codeql-action/init@v3
56
-
with:
57
-
languages: ${{ matrix.language }}
58
-
# If you wish to specify custom queries, you can do so here or in a config file.
59
-
# By default, queries listed here will override any specified in a config file.
60
-
# Prefix the list here with "+" to use these queries and those in the config file.
53
+
# Initializes the CodeQL tools for scanning.
54
+
- name: Initialize CodeQL
55
+
uses: github/codeql-action/init@v3
56
+
with:
57
+
languages: ${{ matrix.language }}
58
+
# If you wish to specify custom queries, you can do so here or in a config file.
59
+
# By default, queries listed here will override any specified in a config file.
60
+
# Prefix the list here with "+" to use these queries and those in the config file.
61
61
62
-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
63
-
# queries: security-extended,security-and-quality
62
+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
63
+
# queries: security-extended,security-and-quality
64
64
65
65
66
-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
67
-
# If this step fails, then you should remove it and run the build manually (see below)
68
-
- name: Autobuild
69
-
uses: github/codeql-action/autobuild@v3
66
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
67
+
# If this step fails, then you should remove it and run the build manually (see below)
68
+
- name: Autobuild
69
+
uses: github/codeql-action/autobuild@v3
70
70
71
-
# ℹ️ Command-line programs to run using the OS shell.
72
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
71
+
# ℹ️ Command-line programs to run using the OS shell.
72
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
73
73
74
-
# If the Autobuild fails above, remove it and uncomment the following three lines.
75
-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
74
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
75
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,24 @@ DevOps FastAPI Project
6
6
Overview
7
7
--------
8
8
9
-
This project is a foundational FastAPI application for experimenting with DevOps tools and practices. It's aimed at facilitating the integration of DevOps methodologies in a Python environment, serving as a learning and testing base for DevOps enthusiasts and professionals.
9
+
This project is a foundational FastAPI application for experimenting with DevOps tools and practices. It's aimed at
10
+
facilitating the integration of DevOps methodologies in a Python environment, serving as a learning and testing base for
11
+
DevOps enthusiasts and professionals.
10
12
11
13
Goals
12
14
-----
13
15
14
-
*Establish a base for DevOps project testing.
15
-
*Integrate various DevOps tools and practices.
16
-
*Foster learning in DevOps within a Python setting.
16
+
* Establish a base for DevOps project testing.
17
+
* Integrate various DevOps tools and practices.
18
+
* Foster learning in DevOps within a Python setting.
0 commit comments