Skip to content

Commit afbf870

Browse files
Merge pull request #682 from softlayer/20240816
20240816 Release
2 parents 7a1d3c4 + c7250dc commit afbf870

14 files changed

Lines changed: 61 additions & 315 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
pip install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
3333
- name: Detect Secrets
3434
run: |
35-
detect-secrets scan --update .secrets.baseline
35+
detect-secrets scan --update .secrets.baseline --exclude-files "static/*|content/reference/*|data/sldn_metadata\.json"
3636
detect-secrets audit .secrets.baseline --report --fail-on-unaudited --omit-instructions

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ repos:
1818
# when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
1919
# when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
2020
# add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
21-
args: [--baseline, .secrets.baseline, --use-all-plugins]
21+
args: [--baseline, .secrets.baseline, --use-all-plugins, --exclude-files "static/*|content/reference/*|data/sldn_metadata\.json"]

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"exclude": {
3-
"files": "data/sldn_metadata.json|content/reference/*|static/*|^.secrets.baseline$",
3+
"files": "static/*|content/reference/*|data/sldn_metadata\\.json|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-04-26T17:39:37Z",
6+
"generated_at": "2024-08-16T19:42:32Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

content/reference/datatypes/SoftLayer_Account_Link_OpenStack_LinkRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "SoftLayer_Account_Link_OpenStack_LinkRequest"
3-
description: "Details required for OpenStack link request"
3+
description: "Details Deprecated."
44
date: "2018-02-12"
55
tags:
66
- "datatype"

content/reference/datatypes/SoftLayer_Network_Bandwidth_Version1_Usage.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/reference/services/SoftLayer_Account/getLegacyBandwidthAllotments.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/reference/services/SoftLayer_Account/getMetricTrackingObject.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/reference/services/SoftLayer_Account/getNextBillingPublicAllotmentHardwareBandwidthDetails.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/reference/services/SoftLayer_Account/getPrivateAllotmentHardwareBandwidthDetails.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

content/reference/services/SoftLayer_Account/getPublicAllotmentHardwareBandwidthDetails.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)