Skip to content

Commit ac9c159

Browse files
authored
Merge pull request #13667 from DefectDojo/master-into-dev/2.52.1-2.53.0-dev
Release: Merge back 2.52.1 into dev from: master-into-dev/2.52.1-2.53.0-dev
2 parents b1ff550 + f6cac49 commit ac9c159

File tree

253 files changed

+642
-81
lines changed

Some content is hidden

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

253 files changed

+642
-81
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
"customDatasources": {
2732
"endoflife-oldest-maintained": {

.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/')

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]]

docs/config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mainSections = ["docs"]
4444
bootstrapJavascript = false # false (default) or true
4545

4646
# Nav
47-
sectionNav = ["docs", "en"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])
47+
sectionNav = ["docs", "en", "supported_tools"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])
4848
toTopButton = false # false (default) or true
4949
breadcrumbTrail = true # false (default) or true
5050
headlineHash = true # true (default) or false

0 commit comments

Comments
 (0)