-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·99 lines (92 loc) · 1.26 KB
/
.gitignore
File metadata and controls
executable file
·99 lines (92 loc) · 1.26 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#Proof Archives
_AW1234
_nu1234
DevSecOps_Remote_Config
*.jar
# Virtual Enviroment python
.venv*
.venv_win
*.vscode
.pytest*
*pycache*
*_pycache_*
.*DS_Store
Pipfile
#Distribucioes de lib
**dist**
**.egg-info/
*.pyc
**_pycache_**
**tools/build/**
**build/lib**
#Ignorar cualquir archivo TXT
scanned_images.txt
*.pyc
data
#Archivos de Pruebas
.env
test-output.xml
report.html
out_report.xml
htmlcov
.coverage
coverage.xml
prueba.py
main.py
common_devsecops_lib/sheckov_scan.json
_core_test*
results*.json
RULES_DOCKERcheckov_config.yaml
RULES_K8Scheckov_config.yaml
RULES_CLOUDFORMATIONcheckov_config.yaml
RULES_OPENAPIcheckov_config.yaml
RULES_TERRAFORMcheckov_config.yaml
RULES_SERVERLESScheckov_config.yaml
log/
twistcli
trivy
trivy_*.zip
*scan_result.json
jf
jf.exe
target
dependencies_to_scan
node_modules
DevSecOps_Remote_Config
*.js
*.map
kics/
kics_assets/
assets_compressed.zip
kics_*.zip
kubescape-macos-latest
*.tar.gz
*.zip
*_SBOM.json
syft
gitleaks_aux_report_*.json
gitleaks_report.json
result_dast_scan.json
test_file/*
pytest.ini
kics-devsecops/
dependency-check-report*
*.vsix
**-lock.json
# Extensions
out
.nyc_output/
coverage/
.vscode-test
# Binarios
checkov
checkov.exe
build/**
copa
cdxgen-*
build/**
cdxgen-*
copa
# Doc
.docusaurus
docs/Docusaurus/build/**