CDCgov / data-exchange-hl7

Enterprise Data Exchange (DEX) is a new cloud-native centralized data ingestion, validation, and observation service scoped for common data types (HL7, FHIR, CDA, XML, CSV) sent to the CDC. It helps public health stakeholders who send data to the CDC while reducing the maintenance efforts, complexity, and duplication of ingestion points to CDC.
Apache License 2.0
10 stars 14 forks source link

Test #1684

Open steven-rhodes-cdc opened 4 months ago

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

fortify-pr-scan[bot] commented 3 months ago

Fortify Scan Results

Scan Type Status
Fortify Scan 🟢 ✅ Passed

Summary

✅ No Action Required

No critical or major vulnerabilities were identified in this scan.

📂 Scanned Paths

docs fns-hl7-pipeline fns-sidecars

📊 Detailed Scan Results ### Scan Results for docs No Critical or Major issues found. ### Scan Results for fns-hl7-pipeline No Critical or Major issues found. ### Scan Results for fns-sidecars No Critical or Major issues found.
fortify-pr-scan[bot] commented 3 months ago

Fortify Scan Results

Scan Type Status
Fortify Scan 🟢 ✅ No Issues Found

Summary

✅ No Action Required

No critical or major vulnerabilities were identified in this scan.

📂 Scanned Paths

docs fns-hl7-pipeline fns-sidecars

📊 Detailed Scan Results
fortify-pr-scan[bot] commented 3 months ago

Fortify Scan Results

Scan Type Status
Fortify Scan 🟢 ✅ Passed

Summary

✅ No Action Required

No critical or major vulnerabilities were identified in this scan.

📂 Scanned Paths

docs fns-hl7-pipeline fns-sidecars

📊 Detailed Scan Results No detailed results available.

To copy these results, please select and copy the text manually.

fortify-pr-scan[bot] commented 2 months ago

Fortify Scan Results

🟢 Status: ✅ Passed

Summary

Workflow will pass based on these results.

No Action Required

No critical or major vulnerabilities were identified in this scan.

Detailed Results ### 📂 **Scanned Paths** `docs` `fns-hl7-pipeline` `fns-sidecars` ### 📊 **Detailed Scan Results** ``` ### Scan Results for docs No Critical or Major issues found. ### Scan Results for fns-hl7-pipeline No Critical or Major issues found. ### Scan Results for fns-sidecars No Critical or Major issues found. ```

Workflow Diagram

graph TD
    A[Start] --> B[Workflow Triggered]
    B --> C[Process Inputs]
    C --> D[Checkout Repository]
    D --> E[Run Fortify Scans]
    E --> F[Process Scan Results]
    F --> G[GitHub App Authentication]
    G --> H[Generate and Post PR Comment]
    H --> I{Issues Found?}
    I -- Yes --> J{Override Active?}
    I -- No --> M[Workflow Passes]
    J -- Yes --> M
    J -- No --> K{Authorized User?}
    K -- Yes --> M
    K -- No --> L[Workflow Fails]
    L --> N[End]
    M --> N

    classDef default fill:#f0f0f0,stroke:#333,stroke-width:2px;
    classDef activePath fill:#90EE90,stroke:#333,stroke-width:2px;
    classDef scanResult fill:#48dbfb,stroke:#333,stroke-width:4px;
    classDef activePathScanResult fill:#90EE90,stroke:#48dbfb,stroke-width:4px;

    class A,B,C,D activePath;
    class E,F activePathScanResult;
    class G,H activePath;
    class I,M,N activePath;

Diagram Legend

Note: The "Run Fortify Scans" and "Process Scan Results" blocks have a light green fill to show the workflow path, and their border color indicates the scan result (blue for no issues, orange for major issues, red for critical issues).