Skip to content

Commit b9836f2

Browse files
authored
Merge pull request #13664 from DefectDojo/release/2.52.1
Release: Merge release into master from: release/2.52.1
2 parents 8bc3738 + f4d4c41 commit b9836f2

File tree

254 files changed

+650
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+650
-95
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"commitMessageExtra": "from {{currentVersion}} to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
2323
"commitMessageSuffix": "({{packageFile}})",
2424
"labels": ["dependencies"]
25+
},{
26+
"description": "Update renovate weekly (sundays) - They are releasing new versions too often, so it is a bit noisy, and keeping renovating a bit older does not create vulnerabilities in DD",
27+
"matchDatasources": "github-releases",
28+
"matchPackageNames": "renovatebot/renovate",
29+
"schedule": ["* * * * 0"]
2530
}],
2631
"customManagers": [
2732
{

.github/workflows/test-helm-chart.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
steps:
108108
- name: Checkout
109109
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
110+
with:
111+
repository: ${{ github.event.pull_request.head.repo.full_name }}
112+
ref: ${{ github.event.pull_request.head.ref }}
110113

111114
- name: Update values in HELM chart
112115
if: startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "defectdojo",
3-
"version": "2.52.0",
3+
"version": "2.52.1",
44
"license" : "BSD-3-Clause",
55
"private": true,
66
"dependencies": {

docs/assets/images/pro_new_sla.png

242 KB
79.9 KB
149 KB
47.1 KB
44.2 KB
66.9 KB

docs/config/_default/menus/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[[main]]
77
name = "Supported Tools"
8-
url = "/en/connecting_your_tools/parsers/"
8+
url = "/supported_tools/"
99
weight = 11
1010

1111
[[main]]

0 commit comments

Comments
 (0)