Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: edit gitignore #58

Merged
merged 52 commits into from
Jan 21, 2025
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
b58cc9f
add devsecops_pipeline.py
meleksabit Aug 28, 2024
8c039b1
add devsecops-pipeline workflow
meleksabit Aug 29, 2024
6fe591f
Merge branch 'main' into dev
meleksabit Aug 29, 2024
d3e5daf
replace sonarqube with bandit
meleksabit Aug 29, 2024
bfc3f90
edit cron job
meleksabit Sep 5, 2024
80ec32c
add comment for the cron job
meleksabit Sep 8, 2024
4719684
Merge branch 'main' into dev
meleksabit Sep 8, 2024
b57b3ca
add Git Guardian workflow
meleksabit Sep 11, 2024
6f43c71
Merge branch 'main' into dev
meleksabit Sep 11, 2024
0e76968
edit Git Guardian workflow
meleksabit Sep 11, 2024
b96d528
edit Git Guardian workflow
meleksabit Sep 11, 2024
da6d3fd
edit Git Guardian workflow
meleksabit Sep 11, 2024
e436b3f
edit Git Guardian workflow
meleksabit Sep 11, 2024
caf63b1
edit Git Guardian workflow
meleksabit Sep 11, 2024
54081f3
edit Git Guardian workflow
meleksabit Sep 11, 2024
6a283a0
edit Git Guardian workflow
meleksabit Sep 11, 2024
1392fd1
edit Git Guardian workflow
meleksabit Sep 11, 2024
7b1f5a0
edit Git Guardian workflow
meleksabit Sep 11, 2024
b047d2f
edit README file
meleksabit Sep 14, 2024
846feeb
Merge branch 'main' into dev
meleksabit Sep 14, 2024
aa79a35
edit DevSecOps pipeline
meleksabit Sep 26, 2024
0bf5315
edit release badge
meleksabit Oct 7, 2024
76cf414
Merge branch 'main' into dev
meleksabit Oct 7, 2024
a297c87
add .gitignore file
meleksabit Oct 8, 2024
ed02de5
Merge branch 'main' into dev
meleksabit Oct 8, 2024
73401cd
add PR Title Linter
meleksabit Nov 17, 2024
819522f
Merge branch 'main' into dev
meleksabit Nov 17, 2024
e95ba0b
add status badge for PR Linter
meleksabit Nov 17, 2024
e612e23
Merge branch 'main' into dev
meleksabit Nov 17, 2024
0f06241
add SonarCloud implementation
meleksabit Nov 28, 2024
bfe67f2
edit sonar-project.properties
meleksabit Nov 28, 2024
240ddca
Merge branch 'main' into dev
meleksabit Nov 28, 2024
eadc76d
add SonarCloud badge
meleksabit Nov 28, 2024
144bce5
address suggestions from SonarCloud
meleksabit Nov 28, 2024
b062b91
Merge branch 'main' into dev
meleksabit Nov 28, 2024
d86fb9e
add secrets module in strong_passgen_for_prod.py
meleksabit Nov 28, 2024
fb607b9
edit strong_passgen_for_prod.py
meleksabit Nov 28, 2024
22ee82d
edit strong_passgen_for_prod.py
meleksabit Nov 28, 2024
e2f3b42
edit strong_passgen_for_prod.py
meleksabit Nov 28, 2024
74c22cd
edit strong_passgen_for_prod.py
meleksabit Nov 28, 2024
560bfae
edit strong_passgen_for_prod.py
meleksabit Nov 28, 2024
e4dead0
edit strong_passgen_for_prod.py
meleksabit Nov 29, 2024
4a27c24
edit strong_passgen_for_prod.py
meleksabit Nov 29, 2024
b6b5b70
edit strong_passgen_for_prod.py
meleksabit Nov 29, 2024
da0116d
edit crypto_passgen_for_prod.py script
meleksabit Nov 29, 2024
4b323cc
docs: add Sonar Cloud status badges
meleksabit Dec 17, 2024
ed33e74
Merge branch 'main' into dev
meleksabit Dec 17, 2024
4df6b37
docs: edit status badges
meleksabit Dec 17, 2024
00e107b
docs: edit status badges
meleksabit Dec 17, 2024
060f110
Merge branch 'main' into dev
meleksabit Dec 17, 2024
3469a27
edit gitignore
meleksabit Jan 21, 2025
8c125e9
Merge branch 'main' into dev
meleksabit Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ MANIFEST
*.manifest
*.spec

# Installer logs
# Installer logs & other txt files
pip-log.txt
pip-delete-this-directory.txt
password_storage.txt

# Unit test / coverage reports
htmlcov/
Expand Down
Loading