Skip to content

Commit 84c900b

Browse files
authored
Add status_code to the README (#8)
1 parent 1e9b87b commit 84c900b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Each check needs those fields:
145145
| description | string | A small description for the check| No | Ensure .git repository is not accessible from the webroot |
146146
| remediation | string | Give a remediation for this specific "issue" | No | Do not deploy .git folder on production servers |
147147
| severity | Enum("High", "Medium", "Low", "Informational") | Rate the criticity if it triggers in your environment| No | High |
148+
| status_code | integer | The HTTP status code that should be returned |
148149
| headers | List of string | List of headers there should be in the HTTP response | Yes | N/A |
149150
| match | List of string| List the strings there should be in the HTTP response | Yes | "[branch" |
150151
| no_match | List of string | List the strings there should NOT be in the HTTP response | Yes | N/A |

0 commit comments

Comments
 (0)