Skip to content

Commit 8dc0222

Browse files
committed
2 parents 82967b3 + 50424ff commit 8dc0222

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

3131
Dynamic 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

3737
Usage: 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,13 +98,13 @@ git push
9898

9999
**9.** **Congratulations!** Sit and relax, you've made your contribution to Dynamic-CLI project.
100100

101-
## Dynamic CLI is a part of these open source programs
101+
# Dynamic CLI is a part of these open source programs
102102

103103
<p align="center">
104104
<a>
105105
<img width="40%" height="10%" src="https://raw.githubusercontent.com/GirlScriptSummerOfCode/MentorshipProgram/master/GSsoc%20Type%20Logo%20Black.png">
106106

107-
## Contributors:
107+
## Contributors👨🏽‍💻
108108

109109
### Credit goes to these people:✨
110110

0 commit comments

Comments
 (0)