-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add rudimentary docs for compliance check pipeline #272
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Matthias Büchse <[email protected]>
Signed-off-by: Matthias Büchse <[email protected]>
Signed-off-by: Matthias Büchse <[email protected]>
+ - ENCRYPTED_SECRET | ||
``` | ||
|
||
Note that you have to use the same keys as in Step 3 (that is, with special characters replaced). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that you have to use the same keys as in Step 3 (that is, with special characters replaced). | |
Note that you have to use the same keys as in Step 1 (that is, with special characters replaced). |
|
||
3. Add your subject to the results table. This is necessary so your subject shows up in the | ||
[compliance monitor web-site](https://compliance.sovereignit.cloud/page/table). Add the following lines | ||
(substituting all-caps parts): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(substituting all-caps parts): | |
(substituting all-caps parts except HM): |
virtualenv .venv | ||
. .venv/bin/activate | ||
pip install -r requirements.txt | ||
pip install passlib argon2_cffi # these are only needed for step 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip install passlib argon2_cffi # these are only needed for step 2 | |
pip install passlib argon2_cffi # these are only needed for Step 2 |
|
||
```shell | ||
git commit -asm "Add SUBJECT_NAME" | ||
git push # the output of this command will show you the URL for creating the pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will only work if you are part of the github SCS Organization. Ask the SCS team (or other members) to add you.
Otherwise you will need to create a fork in your own github project and create a PR for the SCS team to merge from there.
continuous-integration pipeline, you may want to use some dedicated credential store and mechanism for | ||
injecting secrets. You may want to take inspiration from our own Zuul setup by looking at | ||
[.zuul.d](https://github.com/SovereignCloudStack/standards/tree/main/.zuul.d) and | ||
[playbooks](https://github.com/SovereignCloudStack/standards/tree/main/playbooks). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to mention that other job schedulers like Jenkins or even cron jobs can be used as well. This avoids scaring people that are overwhelmed by the capabilities that zuul offers.
No description provided.