Skip to content

Rm using stmts #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/Code42/Integrations/Code42/Code42.yml
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ script:
- contextPath: Code42.DepartingEmployee.DepartureDate
description: The departure date for the Departing Employee.
type: Unknown
dockerimage: demisto/py42:1.0.0.11140
dockerimage: demisto/py42:1.0.0.12043
feed: false
isfetch: true
longRunning: false
Expand Down
4 changes: 4 additions & 0 deletions Packs/Code42/ReleaseNotes/2_0_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Integrations
##### Code42
- Use latest Docker tag
10 changes: 0 additions & 10 deletions Packs/Code42/TestPlaybooks/playbook-Code42-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ tasks:
simple: alert=
id:
simple: ${inputs.alert-id}
using:
simple: ${inputs.instance}
separatecontext: false
skipunavailable: false
task:
Expand Down Expand Up @@ -236,8 +234,6 @@ tasks:
simple: alert=
id:
simple: ${inputs.alert-id}
using:
simple: ${inputs.instance}
separatecontext: false
skipunavailable: false
task:
Expand Down Expand Up @@ -343,8 +339,6 @@ tasks:
note: {}
username:
simple: ${inputs.username}
using:
simple: ${inputs.instance}
separatecontext: false
skipunavailable: false
task:
Expand Down Expand Up @@ -448,8 +442,6 @@ tasks:
simple: departingemployee=
username:
simple: ${inputs.username}
using:
simple: ${inputs.instance}
separatecontext: false
skipunavailable: false
task:
Expand Down Expand Up @@ -559,8 +551,6 @@ tasks:
results:
simple: "100"
username: {}
using:
simple: ${inputs.instance}
separatecontext: false
skipunavailable: false
task:
Expand Down
2 changes: 1 addition & 1 deletion Packs/Code42/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Code42",
"description": "Use the Code42 integration to identify potential data exfiltration from insider threats while speeding investigation and response by providing fast access to file events and metadata across physical and cloud environments.",
"support": "partner",
"currentVersion": "2.0.4",
"currentVersion": "2.0.5",
"author": "Code42",
"url": "https://support.code42.com/Administrator/Cloud/Monitoring_and_managing",
"email": "",
Expand Down