Conversation
Release 0.0.40b
Debatcher Fix
Patching Recdeb to retry loading metadata
Release 0.0.41
Structure Validator Patch
Release 0.0.42
Revert "Hl7 2957"
Release 0.0.43
Release 0.0.44
Fortify scan
Fortify Scan IDs and Reports
|
Fortify Scan Results
Summary
✅ No Action RequiredNo critical or major vulnerabilities were identified in this scan. 📂 Scanned Paths
📊 Detailed Scan ResultsScan Results for docsNo Critical or Major issues found. Scan Results for fns-hl7-pipelineNo Critical or Major issues found. Scan Results for fns-sidecarsNo Critical or Major issues found. |
Fortify Scan Results
Summary
✅ No Action RequiredNo critical or major vulnerabilities were identified in this scan. 📂 Scanned Paths
📊 Detailed Scan ResultsCopy Results <script> function copyToClipboard() { const el = document.createElement('textarea'); el.value = document.querySelector('body').innerText; document.body.appendChild(el); el.select(); document.execCommand('copy'); document.body.removeChild(el); alert('Copied to clipboard!'); } </script> |
Fortify Scan Results
Summary
✅ No Action RequiredNo critical or major vulnerabilities were identified in this scan. 📂 Scanned Paths
📊 Detailed Scan ResultsNo detailed results available. To copy these results, please select and copy the text manually. |
Fortify Scan Results🟢 Status: ✅ Passed Summary
Workflow will pass based on these results. ✅ No Action RequiredNo critical or major vulnerabilities were identified in this scan. Detailed Results📂 Scanned Paths
📊 Detailed Scan ResultsWorkflow Diagramgraph 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). |




No description provided.