Skip to content

Commit a0fdbfa

Browse files
paulOsinskiclaude
andcommitted
docs: fix case-mismatch image filenames breaking Hugo build
Four image references used capital "T" (Tests_ss*.png) but the actual files are lowercase (tests_ss*.png). On case-sensitive Linux CI, Hugo could not resolve the resource and render-image.html crashed on $r.MediaType.SubType. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 682436d commit a0fdbfa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/asset_modelling/engagements_tests/OS__tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ There are several ways to create a Test in the OS version:
122122
- Select an Engagement within a Product, click the dropdown menu in the Tests subsection, and click either “Add Tests” or “Import Scan Results”
123123
- This will create the ensuing Test directly within the chosen Engagement
124124

125-
![image](images/Tests_ss6.png)
125+
![image](images/tests_ss6.png)
126126

127127
- While creating an Engagement
128128

docs/content/asset_modelling/engagements_tests/PRO__tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,19 @@ In order to make a Test, an Engagement must be made to contain it, as well as an
117117
- In the sidebar, under Tests within the **Manage** subsection
118118
- You will have to select the pre-existing Engagement to attribute the Test to when completing the New Test form.
119119

120-
![image](images/Tests_ss1.png)
120+
![image](images/tests_ss1.png)
121121

122122
- The settings dropdown at the top right corner of an Asset view
123123
- **Import Scan** will automatically create a Test once a scan file has been added to the Import Scan form. You will have the opportunity to either attribute the Test to a pre-existing Engagement or create and name a new Engagement to contain the new Test.
124124
- While completing the Import Scan form, you may add metadata such as the version, branch tag, commit hash, and build ID. This will be reflected in the Import History section of the Test View.
125125

126-
![image](images/Tests_ss2.png)
126+
![image](images/tests_ss2.png)
127127

128128
- The settings dropdown at the top right of an Engagement view
129129
- **Import Scan** will follow the same workflow as Assets, but will automatically place the Test object within the Engagement in which you clicked Import Scan.
130130
- **Add Test** will create a Test object but does not require that a scan be uploaded to the Test itself, which is useful in anticipation of planning future Tests or for manually entered security findings requiring tracking and remediation.
131131

132-
![image](images/Tests_ss3.png)
132+
![image](images/tests_ss3.png)
133133

134134
If you select Add Test and later wish to manually import the results of a scan to a Test, you can do so by opening the Test and clicking the Reimport Findings button in the Test’s settings or the Reimport Scan button in the Findings table.
135135

0 commit comments

Comments
 (0)