Skip to content

Commit

Permalink
Set default config as default (#103)
Browse files Browse the repository at this point in the history
* Remove duplicate acknowledgment for Dariusz Porowski in README.md

* Update default value for configuration type in task.json

* Update changelog for task version 3.1 with default config setting

* Bump minor version to 1 and reset patch version to 0 in task.json
  • Loading branch information
JoostVoskuil authored Feb 4, 2025
1 parent e5b8a76 commit a377b27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Task version 3.1

- Default config is now default task setting

## Task version 3

- Only compatible with GitLeaks 8.19.0 and higher. Uses the new command structure
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Any feedback on the Azure configuration file ('UDMSecretChecks.toml') is welcome
Thanks to [Dariusz Porowski](https://github.com/DariuszPorowski) for contributing and making awesome adjustments!
Thanks to [Dariusz Porowski](https://github.com/DariuszPorowski) for contributing and making awesome adjustments!
Thanks to [Richard Gomez](https://github.com/rgmz) for keeping track of possible issues with the extension and config file updates.
## FetchDepth
Expand Down
6 changes: 3 additions & 3 deletions task/v3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"minumumAgentVersion": "2.206.1",
"version": {
"Major": 3,
"Minor": 0,
"Patch": 2
"Minor": 1,
"Patch": 0
},
"groups": [
{
Expand Down Expand Up @@ -49,7 +49,7 @@
"name": "configtype",
"type": "pickList",
"label": "Configuration Type",
"defaultValue": "predefined",
"defaultValue": "default",
"required": true,
"options": {
"default": "Default",
Expand Down

0 comments on commit a377b27

Please sign in to comment.