-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
40 lines (40 loc) · 1.41 KB
/
Copy pathCITATION.cff
File metadata and controls
40 lines (40 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cff-version: 1.2.0
title: "Secure Python Pipeline Template: A Four-Gate DevSecOps Pipeline for Python Projects"
message: "If you use this software, please cite it as below."
type: software
authors:
- given-names: Ali Murtaza
family-names: Bhutto
orcid: "https://orcid.org/0009-0007-2787-943X"
affiliation: "Shaheed Zulfikar Ali Bhutto Institute of Science and Technology (SZABIST)"
email: alibhutto101112@gmail.com
doi: "10.5281/zenodo.20480013"
identifiers:
- type: doi
value: "10.5281/zenodo.20479928"
description: "Concept DOI (always resolves to the latest version)"
- type: doi
value: "10.5281/zenodo.20480013"
description: "Version DOI (v1.0.0)"
url: "https://github.com/thunderstornX/secure-python-pipeline-template"
repository-code: "https://github.com/thunderstornX/secure-python-pipeline-template"
license: MIT
version: "1.0.0"
date-released: "2026-06-01"
keywords:
- DevSecOps
- CI/CD
- SAST
- Python
- GitHub Actions
- OWASP
- secure SDLC
- Semgrep
- Bandit
- Trufflehog
abstract: >-
An immediately forkable GitHub Actions pipeline template for Python projects
that integrates four automated security gates: Semgrep for Static Application
Security Testing with the OWASP ruleset, Trufflehog v3 for secrets detection,
Bandit for Python-specific vulnerability scanning, and pip-audit for
dependency vulnerability checking. Designed for adoption in under 10 minutes.