Skip to content

Commit

Permalink
SOAR-18579-Better error handling for invalid dns
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Jan 28, 2025
1 parent ae2e588 commit 67d4061
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/salesforce/.CHECKSUM
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
{
"identifier": "monitor_users/schema.py",
"hash": "87d5000d4862847cd58fec2364b9458a"
"hash": "a5369928b0fb356372ffad936aa59153"
}
]
}
2 changes: 1 addition & 1 deletion plugins/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

ADD . /python/src

RUN python setup.py build && python setup.py install
RUN pip install .

# User to run plugin code. The two supported users are: root, nobody
USER nobody
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class MonitorUsersOutput(insightconnect_plugin_runtime.Output):
"type": "array",
"title": "Users",
"description": "Information about users, their login history and which users have been updated",
"items": {},
"required": [
"users"
],
Expand Down

0 comments on commit 67d4061

Please sign in to comment.