Skip to content

ci: Audit and correct CI jobs to work on forks - #1202

Merged
jon-nfc merged 1 commit into
developmentfrom
1201-audit-and-correct-ci-for-forked-repos
Jul 29, 2026
Merged

ci: Audit and correct CI jobs to work on forks#1202
jon-nfc merged 1 commit into
developmentfrom
1201-audit-and-correct-ci-for-forked-repos

Conversation

@jon-nfc

@jon-nfc jon-nfc commented Jul 29, 2026

Copy link
Copy Markdown
Member

📚 Summary

🔗 Links / References

👷 Tasks

  • Add your tasks here if required (delete)

🔍 Code Reviewer Tasks

  • Feature Release ONLY 🟥 Squash migration files 🟥
    Multiple migration files created as part of this release are to be sqauashed into a few files as possible so as to limit the number of migrations

  • 🧨 Contains breaking-change Any Breaking change(s)?

    Breaking Change must also be notated in the commit that introduces it and in Conventional Commit Format.

    • 📓 Release notes updated
  • 📘 Documentation written

    All features to be documented within the correct section(s). Administration, Development and/or User

  • 🏁 Milestone assigned

  • ⚙️ 🧪 Functional Test(s) Written

  • 🧪 Unit Test(s) Written

    ensure test coverage delta is not less than zero

  • 📄 Roadmap updated

@jon-nfc jon-nfc self-assigned this Jul 29, 2026
@jon-nfc jon-nfc added the task::ci / cd Related to CI/CD label Jul 29, 2026
jon-nfc added a commit that referenced this pull request Jul 29, 2026
ci.yaml is potentially going to work on forked repos and mirror not required.

ref: #1202 #1201
@jon-nfc
jon-nfc force-pushed the 1201-audit-and-correct-ci-for-forked-repos branch from 9bda1f1 to cdebc25 Compare July 29, 2026 03:30
@jon-nfc jon-nfc moved this to Accepted in Centurion ERP Jul 29, 2026
@jon-nfc jon-nfc moved this from Accepted to In progress in Centurion ERP Jul 29, 2026
jon-nfc added a commit that referenced this pull request Jul 29, 2026
ci.yaml is potentially going to work on forked repos and mirror not required.

ref: #1202 #1201
@jon-nfc
jon-nfc force-pushed the 1201-audit-and-correct-ci-for-forked-repos branch from cdebc25 to 0697bf3 Compare July 29, 2026 03:32
ci.yaml is potentially going to work on forked repos and mirror not required.

ref: #1202 #1201
@jon-nfc
jon-nfc force-pushed the 1201-audit-and-correct-ci-for-forked-repos branch from 0697bf3 to fb8288f Compare July 29, 2026 03:32
@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Python Scan Results (requirements.txt)

Scan Date: 2026-07-29T10:15:19.856307612Z
File: requirements.txt

Nothing Found

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Python Scan Results (requirements_production.txt)

Scan Date: 2026-07-29T10:15:27.143494509Z
File: requirements_production.txt

Nothing Found

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Python Scan Results (requirements_docker.txt)

Scan Date: 2026-07-29T10:15:21.551226547Z
File: requirements_docker.txt

Nothing Found

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Python Scan Results (requirements_dev.txt)

Scan Date: 2026-07-29T10:15:23.784467761Z
File: requirements_dev.txt

Nothing Found

@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown

Image Scan Results

Scan Date: 2026-07-29T10:30:37.498325861Z
Image: ghcr.io/nofusscomputing/centurion-erp:fb8288fff75839274350413fb34495f26ba6863c
OS: alpine 3.20.3

Nothing Found

@jon-nfc

jon-nfc commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

testing docker logic changes: nofusscomputing/action_docker@c7acc65

Techniqally passed, however since logic was corrected vuln scanning was not passed true so it would scan. to correct

jon-nfc added a commit to nofusscomputing/action_docker that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
@jon-nfc
jon-nfc force-pushed the 1201-audit-and-correct-ci-for-forked-repos branch from 442f3f6 to 6cfcc44 Compare July 29, 2026 04:46
jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
@jon-nfc
jon-nfc force-pushed the 1201-audit-and-correct-ci-for-forked-repos branch from 6cfcc44 to 4b13c91 Compare July 29, 2026 04:50
@jon-nfc

jon-nfc commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

testing docker logic changes:

  • mkdocs - nofusscomputing/action_mkdocs@ab37e4e
    Must pass and have same jobs.

    • Pass
    • Fail
  • docker 4b13c91
    must have same jobs and perform vuln scan

    • Pass
    • Fail

    failed as logic appears to be wrong. Also vuln scan image is already default. so reverting commit 4b13c91

Job:

jon-nfc added a commit to nofusscomputing/action_mkdocs that referenced this pull request Jul 29, 2026
@jon-nfc

jon-nfc commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

testing docker python upgrades:

let jobs complete fully this time, unless bugs out

Job:

jon-nfc added a commit to nofusscomputing/action_python that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_python that referenced this pull request Jul 29, 2026
@jon-nfc

jon-nfc commented Jul 29, 2026

Copy link
Copy Markdown
Member Author

jon-nfc added a commit to nofusscomputing/action_python that referenced this pull request Jul 29, 2026
jon-nfc added a commit to nofusscomputing/action_python that referenced this pull request Jul 29, 2026
GH does not have feature where you can make requirement skip if not exists

ref: nofusscomputing/centurion_erp#1202 nofusscomputing/centurion_erp#1201
@jon-nfc
jon-nfc merged commit b66ec4c into development Jul 29, 2026
496 of 692 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Done in Centurion ERP Jul 29, 2026
@jon-nfc
jon-nfc deleted the 1201-audit-and-correct-ci-for-forked-repos branch July 29, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

task::ci / cd Related to CI/CD

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Audit and correct CI jobs so they work on repo forks

1 participant