Skip to content

Commit

Permalink
Merge branch 'tkt_33_add_hotspots' into 'dev'
Browse files Browse the repository at this point in the history
add hotspots

Closes #33

See merge request faradaysec/cloud/faraday_agent_parameters_types!36
  • Loading branch information
David Kraus committed Mar 7, 2024
2 parents b1457eb + 32df967 commit fbfb1ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG/current/33.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[ADD] Add hotspots option to sonarqube. #33

Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"arguments": {
"TOKEN": {"mandatory": true, "type": "string", "base": "string"},
"COMPONENT_KEY": {"mandatory": false, "type": "string", "base": "string"}
"COMPONENT_KEY": {"mandatory": false, "type": "string", "base": "string"},
"GET_HOTSPOT": {"mandatory": false, "type": "boolean", "base": "boolean"}
},
"environment_variables": [
"SONAR_URL"
Expand Down

0 comments on commit fbfb1ab

Please sign in to comment.