S-CORE process description
The S-CORE process model aims to establish organization rules for developing open source software in the automotive industry, which can be used in safety and security context.
The process model provide processes, which conform to state-of the art standards
- ASPICE PAM 4.0
- ISO 26262
- ISO/SAE 21434
- ISO PAS 8926
bazel run //process:incremental_latest
bazel build //process:docs_latest
_build/
for incrementalbazel-bin/bazel-bin/<BUILD FILE FOLDER NAME>/docs/_build/html
Create the virtual environment via bazel run //process:ide_support
.
If your IDE does not automatically ask you to activate the newly created environment you can activate it.
- In VSCode via
ctrl+p
=>Select Python Interpreter
then select.venv_docs/bin/python
OR - Click in the top level search bar, open
Show and Run Commands
=>Select Python Interpreter
then select.venv_docs/bin/python
- In the terminal via
source .venv_docs/bin/activate
Now run the live_preview commands
bazel run //process:incremental_latest
bazel run //process:live_preview_latest
bazel test //:format.test
bazel run //:format.fix
Now server should be available with a preview on the link that is given (normally 127.0.0.1:8000) and the documentation can be previewed there.
bazel test //:copyright.test
bazel run //:copyright.fix
bazel query //...