Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Comments

Test#1684

Open
steven-rhodes-cdc wants to merge 23 commits intodevelopfrom
test
Open

Test#1684
steven-rhodes-cdc wants to merge 23 commits intodevelopfrom
test

Conversation

@steven-rhodes-cdc
Copy link
Contributor

No description provided.

@sonarqubecloud
Copy link

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
Copy link

Fortify Scan Results

Scan Type Status
Fortify Scan 🟢 ✅ Passed

Summary

  • 🚨 Critical Issues: 0
  • ⚠️ Major Issues: 0

✅ 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
Copy link

Fortify Scan Results

Scan Type Status
Fortify Scan 🟢 ✅ No Issues Found

Summary

  • 🚨 Critical Issues: 0
  • ⚠️ Major Issues: 0

✅ No Action Required

No critical or major vulnerabilities were identified in this scan.

📂 Scanned Paths

docs
fns-hl7-pipeline
fns-sidecars

📊 Detailed Scan Results

Copy 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-pr-scan
Copy link

Fortify Scan Results

Scan Type Status
Fortify Scan 🟢 ✅ Passed

Summary

  • 🚨 Critical Issues: 0
  • ⚠️ Major Issues: 0

✅ 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.

@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@fortify-pr-scan
Copy link

Fortify Scan Results

🟢 Status: ✅ Passed

Summary

  • 🚨 Critical Issues: 0
  • ⚠️ Major Issues: 0

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;
Loading

Diagram Legend

  • 🟩 Light Green Fill: Path taken by this workflow run
  • 🔵 Light Blue Border: No issues found in scan
  • 🟠 Orange Border: Major issues found in scan
  • 🔴 Red Border: Critical issues found in scan

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).

@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
@CDCgov CDCgov deleted a comment from fortify-pr-scan bot Jul 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants