Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix issue with github actions failing #9

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- main
- NP-2219-Update-docs.neoflow.energy-with-Pen-test-report-and-SOC2
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -13,4 +14,4 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy
- run: mkdocs gh-deploy --force
Binary file not shown.
Binary file added docs/files/Neoflow-SOC-2-Type-2.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/security-and-data-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Self Managed infrastructure may be deployed on any cloud provider/ on-premise in

| | Document | Description |
| ----------- | ----------- | ------------------------------------ |
| ![SOC 2](images/SOC-2-logo.png){: style="height:50px;width:50px"} | [SOC 2 Type 2](/files/Neoflow Inc_Letter of Attestation SOC 2 Type 2.pdf){:target="_blank"} | Developed by the American Institute of CPAs (AICPA), SOC 2 defines criteria for managing customer data based on five “trust service criteria” — security, availability, processing integrity, confidentiality and privacy. |
| ![SOC 2](images/SOC-2-logo.png){: style="height:50px;width:50px"} | [SOC 2 Type 2](/files/Neoflow-SOC-2-Type-2.pdf){:target="_blank"} | Developed by the American Institute of CPAs (AICPA), SOC 2 defines criteria for managing customer data based on five “trust service criteria” — security, availability, processing integrity, confidentiality and privacy. |
| ![SAIS](images/ais-logo.png){: style="height:50px"}|[Red Team Attestation](/files/Attestation-Neoflow-FINAL.pdf){:target="_blank"} | In June 2024, Assured Information Security conducted a penetration test of Neoflow. Testing and evaluation (T&E) consisted of ensuring that systems were configured consistently with best practices and effectively enforced authentication and authorization. |

## Common Questions
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site_name: Neoflow Documentation
site_url: https://docs.neoflow.energy
extra_css:
- stylesheets/extra.css
theme:
Expand Down
Loading