gitgalaxy 2.3.20__tar.gz → 2.3.22__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gitgalaxy-2.3.22/.gitlab-ci.yml +16 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/PKG-INFO +1 -1
- gitgalaxy-2.3.22/bitbucket-pipelines.yml +81 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/galaxyscope.py +2 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/PKG-INFO +1 -1
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/SOURCES.txt +0 -1
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/scm_file_list.json +0 -1
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/scm_version.json +2 -2
- gitgalaxy-2.3.22/templates/bitbucket/bitbucket-pipelines.yml +74 -0
- gitgalaxy-2.3.22/templates/gitlab/scan.yml +69 -0
- gitgalaxy-2.3.20/.gitlab-ci.yml +0 -10
- gitgalaxy-2.3.20/bitbucket-pipelines.yml +0 -40
- gitgalaxy-2.3.20/templates/bitbucket/bitbucket-pipelines.yml +0 -37
- gitgalaxy-2.3.20/templates/gitlab/scan.yml +0 -32
- gitgalaxy-2.3.20/templates/scan.yml +0 -11
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.flake8 +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.galaxyscope.yaml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/CODEOWNERS +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/ISSUE_TEMPLATE/parsing_discrepancy.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/dependabot.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/pull_request_template.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/codeql.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/deploy-docs.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/gitgalaxy-artifacts.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/gitgalaxy-audit.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/gitgalaxy.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/golden-crucible.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/muninn.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/publish.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.github/workflows/smoke-test.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/.gitignore +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/CONTRIBUTING.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/LICENSE +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/MANIFEST.in +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/SECURITY.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/action.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/cd pipeline strategy.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/cobol_to_java_controller.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/aperture.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/detector.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/guidestar_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/prism.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/spatial_mapper.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/core/state_rehydrator.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/licensing.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/metrics/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/metrics/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/metrics/chronometer.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/metrics/signal_processor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/metrics/statistical_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/metrics/tensor_scanner.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/audit_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/gpu_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/llm_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/record_keeper.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/sarif_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/recorders/sbom_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/requirements.txt +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/security/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/security/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/security/manifest_parser.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/security/security_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/security/security_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/analysis_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/gitgalaxy_config.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/how_to_add_a_language.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/language_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/standards/language_standards.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/__init__.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/ai_guardrails/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/ai_guardrails/ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/ai_guardrails/dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/batch_test_harness.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_api_contract_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/network_auditing/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/network_auditing/full_api_network_map.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/supply_chain_security/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/supply_chain_security/binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/terabyte_log_scanning/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/dependency_links.txt +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/entry_points.txt +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/requires.txt +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy.egg-info/top_level.txt +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/github-action-readme.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/mkdocs.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/muninn.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/pyproject.toml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/setup.cfg +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/templates/azure/azure-pipelines.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/templates/github/gitgalaxy-pipeline.yml +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/README.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/readme.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_agent_task_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_compiler_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_dag_architect.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_etl_unpacker.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_graveyard_finder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_jcl_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_jcl_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_lexical_patcher.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_microservice_slicer.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_refractor_controller.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_schema_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_system_limits_reporter.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/readme.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_aperture.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_chronometer.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_chronometer_timeout.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_delta_scanner.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_detector.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_galaxyscope.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_guidestar_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_language_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_language_standards_strict.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_licensing.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_manifest_parser.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_prism.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_signal_processor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_state_rehydrator.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/core_engine/test_zero_dependency.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/extraction/readme.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/extraction/test_args_extraction_strict.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/extraction/test_class_extraction_strict.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/extraction/test_dependency_extraction_strict.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/extraction/test_function_extraction_strict.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/golden_diff.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/golden_master_audit.json +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/golden_master_zero_dep_audit.json +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/readme.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_ai_appsec_sensor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_api_network_map.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_binary_anomaly_detector.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_dev_agent_firewall.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_network_risk_sensor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_pii_leak_hunter.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_redos_poison.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_security_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_security_lens.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_statistical_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_supply_chain_firewall.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_tensor_auditor.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_terabyte_log_scanner.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_vault_sentinel.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/readme.md +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_agent_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_audit_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_batch_test_harness.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_decoder_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_golden_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_gpu_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_llm_recorder.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_record_keeper.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_sbom_generator.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/tools_recorders/test_service_forge.py +0 -0
- {gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/zizmor.yml +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
include:
|
|
2
|
+
- local: '/templates/scan.yml'
|
|
3
|
+
inputs:
|
|
4
|
+
target: 'gitgalaxy/'
|
|
5
|
+
version: 'local'
|
|
6
|
+
|
|
7
|
+
create-release:
|
|
8
|
+
stage: deploy
|
|
9
|
+
image: [registry.gitlab.com/gitlab-org/release-cli:latest](https://registry.gitlab.com/gitlab-org/release-cli:latest)
|
|
10
|
+
rules:
|
|
11
|
+
- if: $CI_COMMIT_TAG
|
|
12
|
+
script:
|
|
13
|
+
- echo "Publishing CI/CD Catalog Release for $CI_COMMIT_TAG"
|
|
14
|
+
release:
|
|
15
|
+
tag_name: $CI_COMMIT_TAG
|
|
16
|
+
description: "Automated component release synced directly from GitHub Source of Truth."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.22
|
|
4
4
|
Summary: An AST-free, LLM-free zero-trust static analysis engine for mapping architectural risk, securing CI/CD pipelines, and modernizing legacy monoliths.
|
|
5
5
|
Author: Joe Esquibel
|
|
6
6
|
Project-URL: Homepage, https://gitgalaxy.io
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# GitGalaxy Enterprise Security Scanner
|
|
2
|
+
# Integration: Bitbucket Pipelines
|
|
3
|
+
|
|
4
|
+
image: python:3.12-slim
|
|
5
|
+
|
|
6
|
+
clone:
|
|
7
|
+
depth: full
|
|
8
|
+
|
|
9
|
+
pipelines:
|
|
10
|
+
default:
|
|
11
|
+
- step:
|
|
12
|
+
name: 'GitGalaxy Zero-Trust Spectral Audit'
|
|
13
|
+
caches:
|
|
14
|
+
- pip
|
|
15
|
+
script:
|
|
16
|
+
# 1. Configuration Variables (Mirroring GitHub Action Inputs)
|
|
17
|
+
- export GG_TOOL="galaxyscope"
|
|
18
|
+
- export GG_TARGET="gitgalaxy/"
|
|
19
|
+
- export GG_ARGS="--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json"
|
|
20
|
+
- export GG_VERSION="latest"
|
|
21
|
+
- export GG_FULL_PRECISION="true"
|
|
22
|
+
- export GITGALAXY_LICENSE_KEY="COMMUNITY_FREE_TIER"
|
|
23
|
+
|
|
24
|
+
# 2. Dynamic Installation Logic
|
|
25
|
+
- pip install --upgrade pip
|
|
26
|
+
- |
|
|
27
|
+
if [ "$GG_VERSION" = "local" ]; then
|
|
28
|
+
echo "Dogfooding local GitGalaxy source..."
|
|
29
|
+
pip install -e .
|
|
30
|
+
elif [ "$GG_VERSION" = "latest" ]; then
|
|
31
|
+
echo "Installing latest GitGalaxy from PyPI..."
|
|
32
|
+
pip install gitgalaxy
|
|
33
|
+
else
|
|
34
|
+
echo "Installing GitGalaxy version ${GG_VERSION}..."
|
|
35
|
+
pip install "gitgalaxy==${GG_VERSION}"
|
|
36
|
+
fi
|
|
37
|
+
- |
|
|
38
|
+
if [ "$GG_FULL_PRECISION" = "true" ]; then
|
|
39
|
+
echo "Unlocking Full Precision Mode..."
|
|
40
|
+
pip install networkx tiktoken xgboost pandas numpy
|
|
41
|
+
else
|
|
42
|
+
echo "Running in ultra-fast Zero-Dependency Mode."
|
|
43
|
+
fi
|
|
44
|
+
|
|
45
|
+
# 3. Dynamic Execution
|
|
46
|
+
- echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}"
|
|
47
|
+
- ${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
48
|
+
|
|
49
|
+
artifacts:
|
|
50
|
+
# 4. Publish SARIF telemetry for Bitbucket Code Insights
|
|
51
|
+
- gitgalaxy-results_sarif.json
|
|
52
|
+
|
|
53
|
+
custom:
|
|
54
|
+
manual-security-scan:
|
|
55
|
+
- step:
|
|
56
|
+
name: 'GitGalaxy Zero-Trust Spectral Audit (Manual)'
|
|
57
|
+
caches:
|
|
58
|
+
- pip
|
|
59
|
+
script:
|
|
60
|
+
- export GG_TOOL="galaxyscope"
|
|
61
|
+
- export GG_TARGET="gitgalaxy/"
|
|
62
|
+
- export GG_ARGS="--max-systemic-threat 150.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json"
|
|
63
|
+
- export GG_VERSION="latest"
|
|
64
|
+
- export GG_FULL_PRECISION="true"
|
|
65
|
+
- export GITGALAXY_LICENSE_KEY="COMMUNITY_FREE_TIER"
|
|
66
|
+
- pip install --upgrade pip
|
|
67
|
+
- |
|
|
68
|
+
if [ "$GG_VERSION" = "local" ]; then
|
|
69
|
+
pip install -e .
|
|
70
|
+
elif [ "$GG_VERSION" = "latest" ]; then
|
|
71
|
+
pip install gitgalaxy
|
|
72
|
+
else
|
|
73
|
+
pip install "gitgalaxy==${GG_VERSION}"
|
|
74
|
+
fi
|
|
75
|
+
- |
|
|
76
|
+
if [ "$GG_FULL_PRECISION" = "true" ]; then
|
|
77
|
+
pip install networkx tiktoken xgboost pandas numpy
|
|
78
|
+
fi
|
|
79
|
+
- ${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
80
|
+
artifacts:
|
|
81
|
+
- gitgalaxy-results_sarif.json
|
|
@@ -2433,6 +2433,7 @@ def main():
|
|
|
2433
2433
|
parser.add_argument("--fail-on-secrets", action="store_true", help="CI/CD Gate: Fail build if hardcoded secrets are detected")
|
|
2434
2434
|
parser.add_argument("--fail-on-malware", action="store_true", help="CI/CD Gate: Fail build if ML threat inference flags malware")
|
|
2435
2435
|
parser.add_argument("--max-risk-exposure", type=float, default=0.0, help="CI/CD Gate: Fail build if any file exceeds this risk percentage (0.0 to disable)")
|
|
2436
|
+
parser.add_argument("--max-systemic-threat", type=float, default=0.0, help="CI/CD Gate: Fail build if systemic threat exceeds this limit (0.0 to disable)")
|
|
2436
2437
|
parser.add_argument("--incremental", type=str, metavar="DB_PATH", help="Path to baseline SQLite database for Delta Scanning")
|
|
2437
2438
|
parser.add_argument("--config", type=str, help="Path to project-level configuration file (e.g., .galaxyscope.yaml)")
|
|
2438
2439
|
parser.add_argument(
|
|
@@ -2603,6 +2604,7 @@ def main():
|
|
|
2603
2604
|
"FAIL_ON_SECRETS": args.fail_on_secrets,
|
|
2604
2605
|
"FAIL_ON_MALWARE": args.fail_on_malware,
|
|
2605
2606
|
"MAX_RISK_EXPOSURE": args.max_risk_exposure,
|
|
2607
|
+
"MAX_SYSTEMIC_THREAT": args.max_systemic_threat,
|
|
2606
2608
|
"SPLICING_SPEED": args.splicing_speed,
|
|
2607
2609
|
"FILE_SPEED": args.file_speed,
|
|
2608
2610
|
"SARIF_IGNORED_RULES": config_file_data.get("galaxyscope", {}).get("SARIF_IGNORED_RULES", []),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitgalaxy
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.22
|
|
4
4
|
Summary: An AST-free, LLM-free zero-trust static analysis engine for mapping architectural risk, securing CI/CD pipelines, and modernizing legacy monoliths.
|
|
5
5
|
Author: Joe Esquibel
|
|
6
6
|
Project-URL: Homepage, https://gitgalaxy.io
|
|
@@ -113,7 +113,6 @@ gitgalaxy/tools/supply_chain_security/vault_sentinel.py
|
|
|
113
113
|
gitgalaxy/tools/terabyte_log_scanning/README.md
|
|
114
114
|
gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
|
|
115
115
|
gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py
|
|
116
|
-
templates/scan.yml
|
|
117
116
|
templates/azure/azure-pipelines.yml
|
|
118
117
|
templates/bitbucket/bitbucket-pipelines.yml
|
|
119
118
|
templates/github/gitgalaxy-pipeline.yml
|
|
@@ -423,7 +423,6 @@
|
|
|
423
423
|
"docs/wiki/LLM-reports/flask_llm_report.md",
|
|
424
424
|
"docs/wiki/LLM-reports/curl_llm_report.md",
|
|
425
425
|
"docs/javascripts/mathjax.js",
|
|
426
|
-
"templates/scan.yml",
|
|
427
426
|
"templates/bitbucket/bitbucket-pipelines.yml",
|
|
428
427
|
"templates/github/gitgalaxy-pipeline.yml",
|
|
429
428
|
"templates/gitlab/scan.yml",
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# GitGalaxy Enterprise Security Scanner
|
|
2
|
+
# Integration: Bitbucket Pipelines
|
|
3
|
+
|
|
4
|
+
image: python:3.12-slim
|
|
5
|
+
|
|
6
|
+
clone:
|
|
7
|
+
depth: full
|
|
8
|
+
|
|
9
|
+
pipelines:
|
|
10
|
+
default:
|
|
11
|
+
- step:
|
|
12
|
+
name: 'GitGalaxy Zero-Trust Spectral Audit'
|
|
13
|
+
caches:
|
|
14
|
+
- pip
|
|
15
|
+
script:
|
|
16
|
+
# 1. Configuration Variables
|
|
17
|
+
- export GG_TOOL="galaxyscope"
|
|
18
|
+
- export GG_TARGET="."
|
|
19
|
+
- export GG_ARGS="--max-risk-exposure 95.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json"
|
|
20
|
+
- export GG_VERSION="latest"
|
|
21
|
+
- export GG_FULL_PRECISION="true"
|
|
22
|
+
|
|
23
|
+
# 2. Dynamic Installation Logic
|
|
24
|
+
- pip install --upgrade pip
|
|
25
|
+
- |
|
|
26
|
+
if [ "$GG_VERSION" = "latest" ]; then
|
|
27
|
+
echo "Installing latest GitGalaxy from PyPI..."
|
|
28
|
+
pip install gitgalaxy
|
|
29
|
+
else
|
|
30
|
+
echo "Installing GitGalaxy version ${GG_VERSION}..."
|
|
31
|
+
pip install "gitgalaxy==${GG_VERSION}"
|
|
32
|
+
fi
|
|
33
|
+
- |
|
|
34
|
+
if [ "$GG_FULL_PRECISION" = "true" ]; then
|
|
35
|
+
echo "Unlocking Full Precision Mode..."
|
|
36
|
+
pip install networkx tiktoken xgboost pandas numpy
|
|
37
|
+
else
|
|
38
|
+
echo "Running in ultra-fast Zero-Dependency Mode."
|
|
39
|
+
fi
|
|
40
|
+
|
|
41
|
+
# 3. Dynamic Execution
|
|
42
|
+
- echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}"
|
|
43
|
+
- ${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
44
|
+
|
|
45
|
+
artifacts:
|
|
46
|
+
# 4. Publish SARIF telemetry for Bitbucket Code Insights
|
|
47
|
+
- gitgalaxy-results_sarif.json
|
|
48
|
+
|
|
49
|
+
custom:
|
|
50
|
+
manual-security-scan:
|
|
51
|
+
- step:
|
|
52
|
+
name: 'GitGalaxy Zero-Trust Spectral Audit (Manual)'
|
|
53
|
+
caches:
|
|
54
|
+
- pip
|
|
55
|
+
script:
|
|
56
|
+
- export GG_TOOL="galaxyscope"
|
|
57
|
+
- export GG_TARGET="."
|
|
58
|
+
- export GG_ARGS="--max-risk-exposure 95.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json"
|
|
59
|
+
- export GG_VERSION="latest"
|
|
60
|
+
- export GG_FULL_PRECISION="true"
|
|
61
|
+
- pip install --upgrade pip
|
|
62
|
+
- |
|
|
63
|
+
if [ "$GG_VERSION" = "latest" ]; then
|
|
64
|
+
pip install gitgalaxy
|
|
65
|
+
else
|
|
66
|
+
pip install "gitgalaxy==${GG_VERSION}"
|
|
67
|
+
fi
|
|
68
|
+
- |
|
|
69
|
+
if [ "$GG_FULL_PRECISION" = "true" ]; then
|
|
70
|
+
pip install networkx tiktoken xgboost pandas numpy
|
|
71
|
+
fi
|
|
72
|
+
- ${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
73
|
+
artifacts:
|
|
74
|
+
- gitgalaxy-results_sarif.json
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
# GitGalaxy Enterprise Security Scanner
|
|
2
|
+
# Integration: GitLab CI/CD Component
|
|
3
|
+
|
|
4
|
+
spec:
|
|
5
|
+
inputs:
|
|
6
|
+
tool:
|
|
7
|
+
description: "The GitGalaxy command to execute."
|
|
8
|
+
default: "galaxyscope"
|
|
9
|
+
target:
|
|
10
|
+
description: "The directory or file path to scan."
|
|
11
|
+
default: "."
|
|
12
|
+
args:
|
|
13
|
+
description: "Additional CLI arguments to pass to the tool."
|
|
14
|
+
default: "--max-risk-exposure 95.0 --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json"
|
|
15
|
+
version:
|
|
16
|
+
description: "The version of GitGalaxy to install from PyPI. Defaults to latest."
|
|
17
|
+
default: "latest"
|
|
18
|
+
full_precision:
|
|
19
|
+
description: "Opt-in to install heavy physics engines for Blast Radius and ML Threat Inference."
|
|
20
|
+
default: "true"
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
gitgalaxy_scan:
|
|
25
|
+
stage: test
|
|
26
|
+
image: python:3.12-slim
|
|
27
|
+
variables:
|
|
28
|
+
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
|
29
|
+
GIT_DEPTH: "0" # Forces full chronological fetch to prevent Temporal Collapse
|
|
30
|
+
cache:
|
|
31
|
+
paths:
|
|
32
|
+
- .cache/pip
|
|
33
|
+
script:
|
|
34
|
+
- echo "Initializing GitGalaxy Component Environment..."
|
|
35
|
+
- export GG_TOOL="$[[ inputs.tool ]]"
|
|
36
|
+
- export GG_TARGET="$[[ inputs.target ]]"
|
|
37
|
+
- export GG_ARGS="$[[ inputs.args ]]"
|
|
38
|
+
- export GG_VERSION="$[[ inputs.version ]]"
|
|
39
|
+
- export GG_FULL_PRECISION="$[[ inputs.full_precision ]]"
|
|
40
|
+
- export GITGALAXY_LICENSE_KEY="COMMUNITY_FREE_TIER"
|
|
41
|
+
|
|
42
|
+
- pip install --upgrade pip
|
|
43
|
+
- |
|
|
44
|
+
if [ "$GG_VERSION" = "local" ]; then
|
|
45
|
+
echo "Dogfooding local GitGalaxy source..."
|
|
46
|
+
pip install -e .
|
|
47
|
+
elif [ "$GG_VERSION" = "latest" ]; then
|
|
48
|
+
echo "Installing latest GitGalaxy from PyPI..."
|
|
49
|
+
pip install gitgalaxy
|
|
50
|
+
else
|
|
51
|
+
echo "Installing GitGalaxy version ${GG_VERSION}..."
|
|
52
|
+
pip install "gitgalaxy==${GG_VERSION}"
|
|
53
|
+
fi
|
|
54
|
+
- |
|
|
55
|
+
if [ "$GG_FULL_PRECISION" = "true" ]; then
|
|
56
|
+
echo "Unlocking Full Precision Mode..."
|
|
57
|
+
pip install networkx tiktoken xgboost pandas numpy
|
|
58
|
+
else
|
|
59
|
+
echo "Running in ultra-fast Zero-Dependency Mode."
|
|
60
|
+
fi
|
|
61
|
+
|
|
62
|
+
- echo "Running: ${GG_TOOL} ${GG_TARGET}${GG_ARGS}"
|
|
63
|
+
- ${GG_TOOL} ${GG_TARGET}${GG_ARGS}
|
|
64
|
+
artifacts:
|
|
65
|
+
when: always
|
|
66
|
+
reports:
|
|
67
|
+
# Automatically maps the SARIF output directly into GitLab's native Security Dashboard
|
|
68
|
+
sast: gitgalaxy-results_sarif.json
|
|
69
|
+
allow_failure: false
|
gitgalaxy-2.3.20/.gitlab-ci.yml
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
create-release:
|
|
2
|
-
stage: deploy
|
|
3
|
-
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
|
4
|
-
rules:
|
|
5
|
-
- if: $CI_COMMIT_TAG
|
|
6
|
-
script:
|
|
7
|
-
- echo "Publishing CI/CD Catalog Release for $CI_COMMIT_TAG"
|
|
8
|
-
release:
|
|
9
|
-
tag_name: $CI_COMMIT_TAG
|
|
10
|
-
description: "Automated component release synced directly from GitHub Source of Truth."
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# GitGalaxy Enterprise Security Scanner
|
|
2
|
-
# Integration: Bitbucket Pipelines
|
|
3
|
-
|
|
4
|
-
image: python:3.12-slim
|
|
5
|
-
|
|
6
|
-
clone:
|
|
7
|
-
depth: full
|
|
8
|
-
|
|
9
|
-
pipelines:
|
|
10
|
-
default:
|
|
11
|
-
- step:
|
|
12
|
-
name: 'GitGalaxy Zero-Trust Spectral Audit'
|
|
13
|
-
caches:
|
|
14
|
-
- pip
|
|
15
|
-
script:
|
|
16
|
-
# 1. Initialize Python Environment & Install GitGalaxy CLI Engine
|
|
17
|
-
# Added heavy physics engines for full precision (networkx, tiktoken, etc.)
|
|
18
|
-
- pip install --upgrade pip
|
|
19
|
-
- pip install gitgalaxy>=2.4.0 networkx tiktoken xgboost pandas numpy
|
|
20
|
-
|
|
21
|
-
# 2. Execute Zero-Trust Spectral Audit with Enterprise Gates
|
|
22
|
-
# Added --ignore tests/ to prevent mock data from tripping the secrets firewall
|
|
23
|
-
- galaxyscope gitgalaxy/ --max-risk-exposure ${GITGALAXY_MAX_RISK:-95} --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json
|
|
24
|
-
|
|
25
|
-
artifacts:
|
|
26
|
-
# 3. Publish SARIF telemetry for Bitbucket Code Insights
|
|
27
|
-
- gitgalaxy-results_sarif.json
|
|
28
|
-
|
|
29
|
-
custom:
|
|
30
|
-
manual-security-scan:
|
|
31
|
-
- step:
|
|
32
|
-
name: 'GitGalaxy Zero-Trust Spectral Audit (Manual)'
|
|
33
|
-
caches:
|
|
34
|
-
- pip
|
|
35
|
-
script:
|
|
36
|
-
- pip install --upgrade pip
|
|
37
|
-
- pip install gitgalaxy>=2.4.0 networkx tiktoken xgboost pandas numpy
|
|
38
|
-
- galaxyscope gitgalaxy/ --max-risk-exposure ${GITGALAXY_MAX_RISK:-95} --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results.json
|
|
39
|
-
artifacts:
|
|
40
|
-
- gitgalaxy-results_sarif.json
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# GitGalaxy Enterprise Security Scanner
|
|
2
|
-
# Integration: Bitbucket Pipelines
|
|
3
|
-
|
|
4
|
-
image: python:3.12-slim
|
|
5
|
-
|
|
6
|
-
pipelines:
|
|
7
|
-
default:
|
|
8
|
-
- step:
|
|
9
|
-
name: 'GitGalaxy Zero-Trust Spectral Audit'
|
|
10
|
-
caches:
|
|
11
|
-
- pip
|
|
12
|
-
script:
|
|
13
|
-
# 1. Initialize Python Environment & Install GitGalaxy CLI Engine
|
|
14
|
-
# Added heavy physics engines for full precision (networkx, tiktoken, etc.)
|
|
15
|
-
- pip install --upgrade pip
|
|
16
|
-
- pip install gitgalaxy>=2.4.0 networkx tiktoken xgboost pandas numpy
|
|
17
|
-
|
|
18
|
-
# 2. Execute Zero-Trust Spectral Audit with Enterprise Gates
|
|
19
|
-
# Added --ignore tests/ to prevent mock data from tripping the secrets firewall
|
|
20
|
-
- galaxyscope gitgalaxy/ --max-risk-exposure ${GITGALAXY_MAX_RISK:-95} --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json
|
|
21
|
-
|
|
22
|
-
artifacts:
|
|
23
|
-
# 3. Publish SARIF telemetry for Bitbucket Code Insights
|
|
24
|
-
- gitgalaxy-results_sarif.json
|
|
25
|
-
|
|
26
|
-
custom:
|
|
27
|
-
manual-security-scan:
|
|
28
|
-
- step:
|
|
29
|
-
name: 'GitGalaxy Zero-Trust Spectral Audit (Manual)'
|
|
30
|
-
caches:
|
|
31
|
-
- pip
|
|
32
|
-
script:
|
|
33
|
-
- pip install --upgrade pip
|
|
34
|
-
- pip install gitgalaxy>=2.4.0 networkx tiktoken xgboost pandas numpy
|
|
35
|
-
- galaxyscope gitgalaxy/ --max-risk-exposure ${GITGALAXY_MAX_RISK:-95} --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json
|
|
36
|
-
artifacts:
|
|
37
|
-
- gitgalaxy-results_sarif.json
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# GitGalaxy Enterprise Security Scanner
|
|
2
|
-
# Integration: GitLab CI/CD Component
|
|
3
|
-
|
|
4
|
-
spec:
|
|
5
|
-
inputs:
|
|
6
|
-
max-risk:
|
|
7
|
-
type: string
|
|
8
|
-
default: "80"
|
|
9
|
-
description: "Maximum allowable calculated risk exposure threshold before forcing pipeline failure"
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
gitgalaxy_scan:
|
|
14
|
-
stage: test
|
|
15
|
-
image: python:3.12-slim
|
|
16
|
-
variables:
|
|
17
|
-
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
|
18
|
-
cache:
|
|
19
|
-
paths:
|
|
20
|
-
- .cache/pip
|
|
21
|
-
before_script:
|
|
22
|
-
- echo "Initializing GitGalaxy blAST Engine Environment..."
|
|
23
|
-
- pip install --upgrade pip
|
|
24
|
-
- pip install gitgalaxy>=2.3.1
|
|
25
|
-
script:
|
|
26
|
-
- echo "Executing Zero-Trust Spectral Audit..."
|
|
27
|
-
- galaxyscope . --max-risk-exposure $[[ inputs.max-risk ]] --fail-on-secrets --fail-on-malware --sarif-only --output gitgalaxy-results_sarif.json
|
|
28
|
-
artifacts:
|
|
29
|
-
when: always
|
|
30
|
-
reports:
|
|
31
|
-
sast: gitgalaxy-results_sarif.json
|
|
32
|
-
allow_failure: false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_agent_task_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_compiler_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_graveyard_finder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_lexical_patcher.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_microservice_slicer.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_cobol/cobol_system_limits_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_agent_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_build_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_decoder_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_service_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_spring_forge.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/cobol_to_java/cobol_to_java_test_forge.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/network_auditing/full_api_network_map.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/supply_chain_security/supply_chain_firewall.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/supply_chain_security/vault_sentinel.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/terabyte_log_scanning/pii_leak_hunter.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/gitgalaxy/tools/terabyte_log_scanning/terabyte_log_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_microservice_slicer.py
RENAMED
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_refractor_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/cobol_mainframe/test_cobol_system_limits_reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitgalaxy-2.3.20 → gitgalaxy-2.3.22}/tests/security_auditing/test_binary_anomaly_detector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|