You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
-[ ] I have added tests to cover my changes
26
26
-[ ] I have updated the documentation accordingly
27
27
-[ ] This PR is a result of pair or mob programming
28
-
-[ ] If I have used the 'skip-trivy-package' label I have done so responsibly and in the knowledge that this is being fixed as part of a separate ticket/PR.
28
+
<!-- - [ ] If I have used the 'skip-trivy-package' label I have done so responsibly and in the knowledge that this is being fixed as part of a separate ticket/PR. TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549 -->
echo "Trivy has detected package vulnerablilites. Please refer to https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/1257636917/PLAT-KOP-012+-+Trivy+Pipeline+Vulnerability+Scanning+Exemption"
16
-
exit 1
17
-
fi
15
+
# if [ $exit_code -ne 0 ]; then
16
+
# echo "Trivy has detected package vulnerablilites. Please refer to https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/1257636917/PLAT-KOP-012+-+Trivy+Pipeline+Vulnerability+Scanning+Exemption"
Copy file name to clipboardExpand all lines: infrastructure/terraform/components/api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ No requirements.
35
35
| <aname="input_kms_deletion_window"></a> [kms\_deletion\_window](#input\_kms\_deletion\_window)| When a kms key is deleted, how long should it wait in the pending deletion state? |`string`|`"30"`| no |
36
36
| <aname="input_letter_event_source"></a> [letter\_event\_source](#input\_letter\_event\_source)| Source value to use for the letter status event updates |`string`|`"/data-plane/supplier-api/nhs-supplier-api-prod/main/update-status"`| no |
37
37
| <aname="input_letter_table_ttl_hours"></a> [letter\_table\_ttl\_hours](#input\_letter\_table\_ttl\_hours)| Number of hours to set as TTL on letters table |`number`|`24`| no |
| <aname="input_log_level"></a> [log\_level](#input\_log\_level)| The log level to be used in lambda functions within the component. Any log with a lower severity than the configured value will not be logged: https://docs.python.org/3/library/logging.html#levels|`string`|`"INFO"`| no |
40
40
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| The retention period in days for the Cloudwatch Logs events to be retained, default of 0 is indefinite |`number`|`0`| no |
41
41
| <aname="input_manually_configure_mtls_truststore"></a> [manually\_configure\_mtls\_truststore](#input\_manually\_configure\_mtls\_truststore)| Manually manage the truststore used for API Gateway mTLS (e.g. for prod environment) |`bool`|`false`| no |
0 commit comments