Skip to content

Commit d5808e9

Browse files
committed
Fixing the docs build
1 parent 427071a commit d5808e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/CI-CD_DOCUMENTATION/CI-CD_DOCUMENTATION.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Dependabot is a GitHub native security tool that goes through the dependencies i
66

77
- for PRs with version updates, this pipeline comes pre-configured for all current dependency sources in the project, so at "Insights" tab -> "Dependency graph" -> "Dependabot", you should be able to see all tracked sources of dependencies, when they have been checked last and view a full log of the last check
88

9-
![Dependabot_tab](/docs/CI-CD_DOCUMENTATION/Dependabot_tab.png)
9+
![Dependabot_tab](./Dependabot_tab.png)
1010

11-
![Dependabot_log_page](/docs/CI-CD_DOCUMENTATION/Dependabot_log_page.png)
11+
![Dependabot_log_page](./Dependabot_log_page.png)
1212

1313
### Set up security alerts and updates
1414
##### - GitHub, through Dependabot, also natively offers a security check for vulnerable dependencies
@@ -21,13 +21,13 @@ Dependabot is a GitHub native security tool that goes through the dependencies i
2121

2222
- By enabling "Dependabot alerts", you would be notified for any vulnerable dependencies in the project. At "Security" tab -> "Dependabot alerts", you can manage all alerts. By clicking on an alert, you would be able to see a detailed explanation of the vulnerability and a viable solution.
2323

24-
![Dependabot_alerts_page](/docs/CI-CD_DOCUMENTATION/Dependabot_alerts_page.png)
24+
![Dependabot_alerts_page](./Dependabot_alerts_page.png)
2525

26-
![Dependabot_alert_page](/docs/CI-CD_DOCUMENTATION/Dependabot_alert_page.png)
26+
![Dependabot_alert_page](./Dependabot_alert_page.png)
2727

2828
- By enabling "Dependabot security updates", you authorize Dependabot to create PRs specifically for **security updates**
2929

30-
![Dependabot_PRs](/docs/CI-CD_DOCUMENTATION/Dependabot_PRs.png)
30+
![Dependabot_PRs](./Dependabot_PRs.png)
3131

3232
### Set up Dependency graph
3333
##### - The "Dependency graph" option should be enabled by default for all public repos, but in case it isn't:
@@ -40,7 +40,7 @@ Dependabot is a GitHub native security tool that goes through the dependencies i
4040

4141
- this option enables the "Insights" tab -> "Dependency graph" section -> "Dependencies" tab, in which all the dependencies for the project are listed, under the different manifests they are included in
4242

43-
![Dependabot_dependency_graph](/docs/CI-CD_DOCUMENTATION/Dependabot_dependency_graph.png)
43+
![Dependabot_dependency_graph](./Dependabot_dependency_graph.png)
4444

4545
NOTE: **screenshots are only exemplary**
4646

@@ -56,11 +56,11 @@ We've also configured CodeQL to run on schedule, so every day at 8:00AM UTC, it
5656

5757
- you can see the results here at **Security** tab -> **Code scanning alerts** -> **CodeQL**:
5858

59-
![CodeQL_results](/docs/CI-CD_DOCUMENTATION/CodeQL_results.png)
59+
![CodeQL_results](./CodeQL_results.png)
6060

6161
- on the page of each result, you can see an explanation of what the problem is and also one or more solutions:
6262

63-
![CodeQL_alert_page](/docs/CI-CD_DOCUMENTATION/CodeQL_alert_page.png)
63+
![CodeQL_alert_page](./CodeQL_alert_page.png)
6464

6565
#
6666

0 commit comments

Comments
 (0)