Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevypaloalto committed Jun 12, 2023
1 parent 4e7c418 commit d313bc5
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 49 deletions.
15 changes: 7 additions & 8 deletions Packs/Attlasian/Integrations/Attlasian_IAM/Attlasian_IAM.yml
Expand Up @@ -8,15 +8,15 @@ configuration:
required: true
type: 0
- display: Access Token
hidden: true
name: access_token
required: false
type: 4
- displaypassword: Access Token
hiddenusername: true
name: access_token_creds
hidden: true
- name: access_token_creds
required: false
type: 9
displaypassword: Access Token
hiddenusername: true
- display: Directory ID
name: directory_id
required: true
Expand All @@ -29,13 +29,12 @@ configuration:
name: proxy
required: false
type: 8
- additionalinfo: If set to false, iam-create-user command will be skipped, and user
will not be created.
defaultvalue: 'true'
- defaultvalue: 'true'
display: Allow creating users
name: create_user_enabled
required: false
type: 8
additionalinfo: If set to false, iam-create-user command will be skipped, and user will not be created.
- defaultvalue: 'true'
display: Allow updating users
name: update_user_enabled
Expand Down Expand Up @@ -266,7 +265,7 @@ script:
description: Retrieves a User Profile schema, which holds all of the user fields within the application. Used for outgoing-mapping through the Get Schema option.
execution: false
name: get-mapping-fields
dockerimage: demisto/python3:3.10.11.54132
dockerimage: demisto/python3:3.10.12.62631
feed: false
isfetch: false
longRunning: false
Expand Down
30 changes: 16 additions & 14 deletions Packs/C2sec/Integrations/C2sec/C2sec.yml
Expand Up @@ -7,27 +7,27 @@ fromversion: 5.0.0
category: Data Enrichment & Threat Intelligence
description: Understand Your Cyber Exposure as Easy as a Google Search
configuration:
- defaultvalue: ''
display: API URL (e.g. https://api.c2sec.com/api)
- display: API URL (e.g. https://api.c2sec.com/api)
name: endpointURL
required: true
defaultvalue: ""
type: 0
- defaultvalue: ''
display: API Key
hidden: true
required: true
- display: API Key
name: apikey
required: false
defaultvalue: ""
type: 4
- displaypassword: API Key
hiddenusername: true
name: apikey_creds
required: false
hidden: true
- name: apikey_creds
type: 9
- defaultvalue: ''
display: Default domain name
required: false
displaypassword: API Key
hiddenusername: true
- display: Default domain name
name: domainName
required: true
type: 0
required: true
defaultvalue: ''
- display: Trust any certificate (not secure)
name: unsecure
required: false
Expand Down Expand Up @@ -199,4 +199,6 @@ script:
type: string
description: Query Data for specific component for companies in the portfolio
runonce: false
dockerimage: demisto/python3:3.10.11.54132
dockerimage: demisto/python3:3.10.12.62631
tests:
- No tests (auto formatted)
42 changes: 21 additions & 21 deletions Packs/CircleCI/Integrations/CircleCI/CircleCI.yml
Expand Up @@ -8,35 +8,35 @@ configuration:
name: url
required: true
type: 0
- additionalinfo: The API Key to use for connection. Required for private repositories.
display: The API key
hidden: true
- display: The API key
additionalinfo: The API Key to use for connection. Required for private repositories.
name: api_key
required: false
type: 4
- displaypassword: The API key
hiddenusername: true
name: api_key_creds
required: false
hidden: true
- name: api_key_creds
type: 9
- additionalinfo: Type of version control system
display: Version control system type
required: false
displaypassword: The API key
hiddenusername: true
- display: Version control system type
name: vcs_type
type: 15
required: true
additionalinfo: Type of version control system
options:
- github
- bitbucket
required: true
type: 15
- additionalinfo: Name of the organization
display: Organization name
- display: Organization name
name: organization
required: true
type: 0
- additionalinfo: Name of the project
display: Project Name
required: true
additionalinfo: Name of the organization
- display: Project Name
name: project
required: true
type: 0
additionalinfo: Name of the project
- display: Trust any certificate (not secure)
name: insecure
required: false
Expand Down Expand Up @@ -171,8 +171,8 @@ script:
default: true
auto: PREDEFINED
predefined:
- github
- bitbucket
- github
- bitbucket
defaultValue: github
- default: false
description: The organization from which to retrieve artifacts. Defaults to the organization instance parameter.
Expand Down Expand Up @@ -266,8 +266,8 @@ script:
default: true
auto: PREDEFINED
predefined:
- github
- bitbucket
- github
- bitbucket
defaultValue: github
- default: false
description: Organization from which to retrieve workflow last runs. Defaults to the organization instance parameter.
Expand Down Expand Up @@ -342,7 +342,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.11.54132
dockerimage: demisto/python3:3.10.12.62631
fromversion: 5.5.0
tests:
- No tests (auto formatted)
5 changes: 5 additions & 0 deletions Packs/Tidy/Integrations/Tidy/README.md
@@ -1,18 +1,23 @@
## Tidy

### Description:

Usually, the main bottlenecks in an on-boarding process are the various software and programs required for the new recruit's computer.
Whether if it's a developer, customer success engineer, or a product specialist, on average it takes about three days to get everything up and running. Also, this process generally requires help from other colleagues.
The **Tidy** pack reduces the on-boarding process for new recruits to a matter of minutes.
The **Tidy** pack uses **Ansible** to connect to the new recruit's laptop over ssh and executing predefined commands.

### Main use cases

With the **Tidy** pack you can create a role-based playbook that will execute all required installations for the new recruit.

- Install languages with specific versions (currently Python, Node and Go are supported).
- Create a GitHub SSH key and clone all relevant git repositories.
- Install all relevant programs using **homebrew**.
- Install **zsh** and configure bash_profile / bash_rc.

#### Supported actions

- Install **pyenv** with specific Python versions.
- Install **goenv** with specific Go versions.
- Install **nodenv** with specific Node versions.
Expand Down
11 changes: 5 additions & 6 deletions Packs/Tidy/Integrations/Tidy/Tidy.yml
Expand Up @@ -10,23 +10,22 @@ configuration:
type: 0
- additionalinfo: Endpoint user to be installed. (Can overide in command)
display: User
hidden: true
name: user
required: false
type: 0
hidden: true
- additionalinfo: User login password. (Can overide in command)
display: Password
hidden: true
name: password
required: false
type: 4
hidden: true
- display: User
displaypassword: Password
name: user_creds
required: false
type: 9
- additionalinfo: The ssh key is used to login to an AWS mac machine - for testing
purposes.
displaypassword: Password
- additionalinfo: The ssh key is used to login to an AWS mac machine - for testing purposes.
display: SSH Key
name: ssh_key
required: false
Expand Down Expand Up @@ -603,7 +602,7 @@ script:
- arguments: []
description: Install python environment.
name: tidy-python-env
dockerimage: demisto/tidy:1.0.0.31762
dockerimage: demisto/tidy:1.0.0.62989
runonce: false
script: ''
subtype: python3
Expand Down

0 comments on commit d313bc5

Please sign in to comment.