File tree Expand file tree Collapse file tree 2 files changed +38
-5
lines changed
Expand file tree Collapse file tree 2 files changed +38
-5
lines changed Original file line number Diff line number Diff line change 1+ name : Codacy Security Scan
2+
3+ on :
4+ push :
5+ branches : ["master", "main"]
6+ pull_request :
7+ branches : ["master", "main"]
8+
9+ jobs :
10+ codacy-security-scan :
11+ name : Codacy Security Scan
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Checkout code
15+ uses : actions/checkout@master
16+
17+ - name : Run Codacy Analysis CLI
18+ uses : codacy/codacy-analysis-cli-action@master
19+ with :
20+ output : results.sarif
21+ format : sarif
22+ # Adjust severity of non-security issues
23+ gh-code-scanning-compat : true
24+ # Force 0 exit code to allow SARIF file generation
25+ # This will handover control about PR rejection to the GitHub side
26+ max-allowed-issues : 2147483647
27+
28+ # Upload the SARIF file generated in the previous step
29+ - name : Upload SARIF results file
30+ uses : github/codeql-action/upload-sarif@main
31+ with :
32+ sarif_file : results.sarif
Original file line number Diff line number Diff line change 11![ dynamic-cli] ( https://socialify.git.ci/IndianOpenSourceFoundation/dynamic-cli/image?description=1&descriptionEditable=A%20Modern%2C%20user-friendly%20command-line%20%20for%20the%20API%20testing%2C%20and%20if%20you%27re%20stuck%20-%20Search%20and%20browse%20StackOverflow%20without%20leaving%20the%20CLI&font=Inter&forks=1&issues=1&language=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Light )
22
3- ## Setup
3+ ## Setup📦
44
55** 1.** Installing pip [ Python Package Manager]
66
@@ -26,13 +26,13 @@ $ pip3 install -r requirements.txt
2626$ pip3 install -e .
2727```
2828
29- ## Usage
29+ ## Usage🛠
3030
3131Dynamic CLI allows users to search for keywords/issues with some relevant tags.
3232
3333![ ezgif com-gif-maker (1)] ( https://user-images.githubusercontent.com/49693160/111326116-4bcceb00-8692-11eb-9d3a-51350a006d34.gif )
3434
35- ## Arguments
35+ ## Arguments⚙
3636
3737Usage: Dynamic [ OPTIONS] <br >
3838
@@ -46,7 +46,7 @@ Options: <br>
4646` -d, --debug -> Turn on Debugging mode ` <br >
4747` -h, --help -> Shows this message and exit ` <br >
4848
49- ## License
49+ ## License🗄
5050
5151### Contributing
5252
@@ -98,14 +98,15 @@ git push
9898
9999** 9.** ** Congratulations!** Sit and relax, you've made your contribution to Dynamic-CLI project.
100100
101+
101102# Dynamic CLI is a part of these open source programs
102103
103104<p align =" center " >
104105 <a >
105106 <img width =" 40% " height =" 10% " src =" https://raw.githubusercontent.com/GirlScriptSummerOfCode/MentorshipProgram/master/GSsoc%20Type%20Logo%20Black.png " >
106107
107108
108- ## Contributors:
109+ ## Contributors👨🏽💻
109110
110111### Credit goes to these people:✨
111112
You can’t perform that action at this time.
0 commit comments