Skip to content
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

Bump actions/cache from 2 to 3 #272

Open
wants to merge 1,142 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2023

Bumps actions/cache from 2 to 3.

Release notes

Sourced from actions/cache's releases.

v3.0.0

  • This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.

  • Few dependencies and cache action usage examples have also been updated.

v2.1.7

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

v2.1.6

  • Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (actions/cache#596)

v2.1.5

  • Fix permissions error seen when extracting caches with GNU tar that were previously created using BSD tar (actions/cache#527)

v2.1.4

  • Make caching more verbose #650
  • Use GNU tar on macOS if available #701

v2.1.3

  • Upgrades @actions/core to v1.2.6 for CVE-2020-15228. This action was not using the affected methods.
  • Fix error handling in uploadChunk where 400-level errors were not being detected and handled correctly

v2.1.2

  • Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
  • No-op when executing on GHES

v2.1.1

  • Update @actions/cache package to v1.0.2 which allows cache action to use posix format when taring files.

v2.1.0

  • Replaces the http-client with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently
  • Display download progress and speed
Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

3.0.11

  • Update toolkit version to 3.0.5 to include @actions/core@^1.10.0
  • Update @actions/cache to use updated saveState and setOutput functions from @actions/core@^1.10.0

3.1.0-beta.1

  • Update @actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)

3.1.0-beta.2

  • Added support for fallback to gzip to restore old caches on windows.

3.1.0-beta.3

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

MosheEichler and others added 30 commits February 12, 2023 23:30
* Add url to outputs

* changed outputs key field

* get filename form context

* fix UT

* rn

* readme fix

* mypy error

* key field

* Demo fixes

* fix url

* revert dev

* docker

* rn

* test_data
* update description

* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.yml

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>

* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.yml

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>

* another line to change

* remove -

* docker image

* RN

* trig build

* docker image

* conflict with master

---------

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* Updated Metadata Of Pack X509Certificate

* Added release notes to pack X509Certificate

* Packs/X509Certificate/Scripts/CertificateExtract/CertificateExtract.yml Docker image update
* Updated Metadata Of Pack CyberArkIdentity

* Added release notes to pack CyberArkIdentity

* Packs/CyberArkIdentity/Integrations/CyberArkIdentityEventCollector/CyberArkIdentityEventCollector.yml Docker image update

* Updated Metadata Of Pack Dropbox

* Added release notes to pack Dropbox

* Packs/Dropbox/Integrations/DropboxEventCollector/DropboxEventCollector.yml Docker image update

* Updated Metadata Of Pack GitLab

* Added release notes to pack GitLab

* Packs/GitLab/Integrations/GitLabEventCollector/GitLabEventCollector.yml Docker image update
* bugfix in appendContext

* add rn

* fix rn
* poetry

* revert

* debug logs added

* revert

* added layout rule

* Update Tests/scripts/collect_tests/constants.py

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>

* CR fixes

* bug fix

* removed from SIEM RULES OBJECT

* added code pan run to secrets ignore

* release notes

---------

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* sort the notables in the result

* Update 2_4_18.md

Done.

* stroe the latest_time for offset iteration

* CR changes

* better solution

* update RN

* simple if condition

* update RN

* update RN

* f-string

* update docker image

* update RN after merge master

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* Deprecate "Get Original Email - Generic" playbook

* Add release-notes and bump version

* Replace test-playbook dependent on `Get Original Email - Generic` to use v2

* Update README
* Updated Metadata Of Pack Shodan

* Added release notes to pack Shodan

* Packs/Shodan/Integrations/Shodan_v2/Shodan_v2.yml Docker image update

* Updated Metadata Of Pack Slack

* Added release notes to pack Slack

* Packs/Slack/Scripts/SlackAsk/SlackAsk.yml Docker image update

* Packs/Slack/Scripts/SlackAskV2/SlackAskV2.yml Docker image update

* Packs/Slack/Scripts/SlackBlockBuilder/SlackBlockBuilder.yml Docker image update
* Updated Metadata Of Pack Cybereason

* Added release notes to pack Cybereason

* Packs/Cybereason/Integrations/Cybereason/Cybereason.yml Docker image update

* Updated Metadata Of Pack DNSDB

* Added release notes to pack DNSDB

* Packs/DNSDB/Integrations/DNSDB_v2/DNSDB_v2.yml Docker image update

* Updated Metadata Of Pack DeHashed

* Added release notes to pack DeHashed

* Packs/DeHashed/Integrations/DeHashed/DeHashed.yml Docker image update

* Updated Metadata Of Pack DeepInstinct

* Added release notes to pack DeepInstinct

* Packs/DeepInstinct/Integrations/DeepInstinct3x/DeepInstinct3x.yml Docker image update

* Updated Metadata Of Pack FeedCyrenThreatInDepth

* Added release notes to pack FeedCyrenThreatInDepth

* Packs/FeedCyrenThreatInDepth/Integrations/CyrenThreatInDepth/CyrenThreatInDepth.yml Docker image update

* Fixed mypy

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
…ack (demisto#24348)

* Remove usage of deprecated "Traps" integration

* Remove no-longer-used `EventId` input

* Fix usage of inputs

* Update README and screenshot
* add disable to nat rules

* add filter fileds

* add the filter

* commit

* add filter to security rules

* generic function

* assign params and output

* docker

* rn

* rn

* fiters

* filter by action

* fix the filter

* filter

* add and fix UT

* yml tech writer fixes

* debug

* fix README

* UT fix

* rn

* docker

* fix the action filter in pbf rules

* tags

* remove spaces

* conflicts

* remove unnecessary debug

* filtering status inside

* Fix UT

* docker

* rn

* revert

* revert
…t an empty value. (demisto#24539) (demisto#24580)

* Update .devcontainer.json name

* Update .devcontainer.json name

* Fixed an issue to prevent from generating "No result returned" against an empty value.

* revert devcontainer.json

* Update RN

---------

Co-authored-by: Masahiko Inoue <54964121+spearmin10@users.noreply.github.com>
Co-authored-by: spearmin10 <spearmin10@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
* fix git diff in test upload job

* this is a test

* Revert "this is a test"

This reverts commit 9aa526f.

* added script that checks whether to trigger test upload

* fix

* debugging

* debugging

* revert prints
* first commit

* commit

* Reimplementation for fetch-indicators mechanism

* add RN

* add UT

* commit

* RN correction

* commit

* commit

* commit

* commit

* comment corrections

* comment corrections

* commit

* comment corrections

* commit

* commit
* squash

* list in script

* revert me

* set to module properly

* Update Tests/scripts/validate.sh

* downgrade

* lock

* revert
* hide trimevents arg

* fixed conflicts

* Update Packs/CommonScripts/Scripts/SearchIncidentsV2/SearchIncidentsV2.py

Co-authored-by: tkatzir <tkatzir@paloaltonetworks.com>

* update test

* fix tests

* fix release notes

* reset release notes

* add release note

* fix docker image

---------

Co-authored-by: tkatzir <tkatzir@paloaltonetworks.com>
* moved images the content repo

* add files

* Update README.md
* Added files, formatted, generated docs, added RN

* Added support for more extensions

* description typo

* fixed conflicts
maimorag and others added 28 commits February 26, 2023 13:22
* separating integration from mm_mail_add_cat

* continue

* moving

* words

* rl

* adding category

* docker update

* space del

* revert changes in a  rl file

* updated RL

* undoing Exchange 2016 Compliance Search

* pre commit

* rl

* after doc review
* poetry

* revert

* debug logs added

* revert

* proposed bug fix

* revert to master

* fix suggestion

* bug fix

* rn

* fix

* last update

* fix

* docker and rn

* added tags to indicators different thatn malware and actor

* revert

* added docstring
…emisto#24837) (demisto#24868)

* Add rapid7 ASM enrichment playbook and docs

* Add Splunk ASM enrichment playbook and docs

* Update Cortex ASM enrichment playbook and docs

* Update ASM Splunk Playbook and ASM enrichment

ASM Splunk Playbook
- Update search query to handle null represented as strings
- Add Grid setup for asmowner

Remove temporary values from ASM Enrichment playbook

* Update docker images in other scripts and integrations

* Sort pack metadata dependecies, add Splunk/R7

* Update pack README

Add Rapid7 and Splunk playbok information.
Update ToC for Playbooks to be Alphanum order.
Update "Automated Remediation requirements" to follow Alphanum order.

* Add 1.5.3 release notes

* Update Remedation Path Rules docker image

* Update ReadMe format and alphanum order

* Update release notes

* Update Splunk README and pic

* Update Rapid7 yml and README

* Update pack ignore

* Update format for Rapid7 playbook

* Update from version of ASM enrichment playbook

* Update from version of ASM alert playbook to 6.8

* Update release notes

* Update ASM Rapid7 Enrichment playbook

- Add tasks to check asset ID and set it as an ASM system ID.

* Update ASM Splunk enrichment playbook.

- Removed output.

* Update ASM Rapid7 enrichment playbook

- Update conditional task for non-owner tags

* Update README and release notes

* Update ASM Splunk playbook README

Co-authored-by: John <40349459+BigEasyJ@users.noreply.github.com>
* Removed duplicated fields from One Model mapping.

* Added release notes.
* update layout

* RN and meta

* update RN

* more RN formatting

Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
…o#24885)

* An exception was added in case link is None

* debug was added

* Update Packs/ApiModules/Scripts/CoreIRApiModule/CoreIRApiModule.py

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>

---------

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
…24854)

* added tags to indicators created in create_indicator method

* rn

* docker image
* Updated Metadata Of Pack Active_Directory_Query

* Added release notes to pack Active_Directory_Query

* Packs/Active_Directory_Query/Integrations/Active_Directory_Query/Active_Directory_Query.yml Docker image update
* Updated Metadata Of Pack GenericSQL

* Added release notes to pack GenericSQL

* Packs/GenericSQL/Integrations/GenericSQL/GenericSQL.yml Docker image update
* Updated MS MicrosoftGraphSecurity ModelingRules

* Updated  Modeling Rules

* Updated  RE

* Updated  RE

* Updated Parsing Rules

* Updated  RE

* Delete 2_1_16.md

* Delete pack_metadata.json

* Updated  Modeling Parsing

* Update

* Update

* Update

* Removed Changes

* Updated RE

* Removed Changes

* Updated MS Graph Security

* Updated ID

* Updated re

* Updated RE

* Updated RE

* Updated RE

* Updated RE

* Updated .yml versions
* Updated Metadata Of Pack AHA

* Added release notes to pack AHA

* Packs/AHA/Integrations/AHA/AHA.yml Docker image update

* Updated Metadata Of Pack AWS-ILM

* Added release notes to pack AWS-ILM

* Packs/AWS-ILM/Integrations/AWSILM/AWSILM.yml Docker image update

* Updated Metadata Of Pack AccentureCTI

* Added release notes to pack AccentureCTI

* Packs/AccentureCTI/Integrations/ACTIIndicatorQuery/ACTIIndicatorQuery.yml Docker image update

* Updated Metadata Of Pack CheckPointSandBlast

* Added release notes to pack CheckPointSandBlast

* Packs/CheckPointSandBlast/Integrations/CheckPointSandBlast/CheckPointSandBlast.yml Docker image update

* Updated Metadata Of Pack CiscoStealthwatch

* Added release notes to pack CiscoStealthwatch

* Packs/CiscoStealthwatch/Integrations/CiscoStealthwatch/CiscoStealthwatch.yml Docker image update

* Updated Metadata Of Pack CyberTriage

* Added release notes to pack CyberTriage

* Packs/CyberTriage/Integrations/CyberTriage/CyberTriage.yml Docker image update

* Updated Metadata Of Pack EclecticIQ

* Added release notes to pack EclecticIQ

* Packs/EclecticIQ/Integrations/EclecticIQv2/EclecticIQv2.yml Docker image update

* Updated Metadata Of Pack Palo_Alto_Networks_Enterprise_DLP

* Added release notes to pack Palo_Alto_Networks_Enterprise_DLP

* Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/Palo_Alto_Networks_Enterprise_DLP.yml Docker image update

* Updated Metadata Of Pack PhishUp

* Added release notes to pack PhishUp

* Packs/PhishUp/Integrations/PhishUp/PhishUp.yml Docker image update

* Updated Metadata Of Pack PicusNGAutomation

* Added release notes to pack PicusNGAutomation

* Packs/PicusNGAutomation/Integrations/PicusNG/PicusNG.yml Docker image update

* Fixed mypy error

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
)

* changing category to Authentication & Identity Management

* Empty-commit

* changing cat

* undo changes in a file without the cat auth

* format docker

* dockers

* fixed Module has no attribute "packages": requests.packages.urllib3.disable_warnings()

* mypy errors fix

* RL

* readme adding commands

* category undo since Deprecated

* fixed  Flake8 errors

* rl update

* fixes

* verify files

* update docker

* rl update

* urllib3 error fix

* updates

* updates 2

* update3

* fixes

* removing some packs changes 1

* removing some packs changes 2

* removing rl

* spliting

* moving

* moving

* cr

* Revert "cr"

This reverts commit 79e47ed.

* cr note
… playbook (demisto#24598)

* Replace usage of `Isolate Endpoint - Generic` to v2

* Update README

* Bump version
* Updated Metadata Of Pack ANYRUN

* Added release notes to pack ANYRUN

* Packs/ANYRUN/Integrations/ANYRUN/ANYRUN.yml Docker image update

* Updated Metadata Of Pack APIVoid

* Added release notes to pack APIVoid

* Packs/APIVoid/Integrations/APIVoid/APIVoid.yml Docker image update

* Updated Metadata Of Pack ARIAPacketIntelligence

* Added release notes to pack ARIAPacketIntelligence

* Packs/ARIAPacketIntelligence/Integrations/ARIAPacketIntelligence/ARIAPacketIntelligence.yml Docker image update

* Updated Metadata Of Pack AbnormalSecurity

* Added release notes to pack AbnormalSecurity

* Packs/AbnormalSecurity/Integrations/AbnormalSecurity/AbnormalSecurity.yml Docker image update

* Packs/AbnormalSecurity/Integrations/AbnormalSecurityEventCollector/AbnormalSecurityEventCollector.yml Docker image update

* Updated Metadata Of Pack AbuseDB

* Added release notes to pack AbuseDB

* Packs/AbuseDB/Integrations/AbuseDB/AbuseDB.yml Docker image update

* Updated Metadata Of Pack AcalvioShadowplex

* Added release notes to pack AcalvioShadowplex

* Packs/AcalvioShadowplex/Integrations/acalvioapp/acalvioapp.yml Docker image update

* Updated Metadata Of Pack AccentureCTI

* Added release notes to pack AccentureCTI

* Packs/AccentureCTI/Integrations/ACTIVulnerabilityQuery/ACTIVulnerabilityQuery.yml Docker image update

* Updated Metadata Of Pack Aella_StarLight

* Added release notes to pack Aella_StarLight

* Packs/Aella_StarLight/Integrations/AellaStarLight/AellaStarLight.yml Docker image update

* Updated Metadata Of Pack AgariPhishingDefense

* Added release notes to pack AgariPhishingDefense

* Packs/AgariPhishingDefense/Integrations/AgariPhishingDefense/AgariPhishingDefense.yml Docker image update

* Updated Metadata Of Pack AlienVault_USM_Anywhere

* Added release notes to pack AlienVault_USM_Anywhere

* Packs/AlienVault_USM_Anywhere/Integrations/AlienVault_USM_Anywhere/AlienVault_USM_Anywhere.yml Docker image update

* Updated Metadata Of Pack AlphaVantage

* Added release notes to pack AlphaVantage

* Packs/AlphaVantage/Integrations/AlphaVantage/AlphaVantage.yml Docker image update

* Updated Metadata Of Pack Anomali_Enterprise

* Added release notes to pack Anomali_Enterprise

* Packs/Anomali_Enterprise/Integrations/Anomali_Enterprise/Anomali_Enterprise.yml Docker image update

* Updated Metadata Of Pack AnsibleTower

* Added release notes to pack AnsibleTower

* Packs/AnsibleTower/Integrations/AnsibleTower/AnsibleTower.yml Docker image update

* Updated Metadata Of Pack Arcanna

* Added release notes to pack Arcanna

* Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.yml Docker image update

* Updated Metadata Of Pack ArcusTeam

* Added release notes to pack ArcusTeam

* Packs/ArcusTeam/Integrations/ArcusTeam/ArcusTeam.yml Docker image update

* Updated Metadata Of Pack Arduino

* Added release notes to pack Arduino

* Packs/Arduino/Integrations/Arduino/Arduino.yml Docker image update

* Updated Metadata Of Pack Arkime

* Added release notes to pack Arkime

* Packs/Arkime/Integrations/Arkime/Arkime.yml Docker image update

* Updated Metadata Of Pack Armis

* Added release notes to pack Armis

* Packs/Armis/Integrations/Armis/Armis.yml Docker image update

* Updated Metadata Of Pack AttackIQFireDrill

* Added release notes to pack AttackIQFireDrill

* Packs/AttackIQFireDrill/Integrations/AttackIQFireDrill/AttackIQFireDrill.yml Docker image update

* Updated Metadata Of Pack AttivoBotsink

* Added release notes to pack AttivoBotsink

* Packs/AttivoBotsink/Integrations/AttivoBotsink/AttivoBotsink.yml Docker image update

* Updated Metadata Of Pack Attlasian

* Added release notes to pack Attlasian

* Packs/Attlasian/Integrations/Attlasian_IAM/Attlasian_IAM.yml Docker image update

* Updated Metadata Of Pack AutoFocus

* Added release notes to pack AutoFocus

* Packs/AutoFocus/Integrations/AutoFocusTagsFeed/AutoFocusTagsFeed.yml Docker image update

* Packs/AutoFocus/Integrations/AutofocusV2/AutofocusV2.yml Docker image update

* Packs/AutoFocus/Integrations/FeedAutofocus/FeedAutofocus.yml Docker image update

* Updated Metadata Of Pack AwakeSecurity

* Added release notes to pack AwakeSecurity

* Packs/AwakeSecurity/Integrations/AwakeSecurity/AwakeSecurity.yml Docker image update

* Updated Metadata Of Pack BMCDiscovery

* Added release notes to pack BMCDiscovery

* Packs/BMCDiscovery/Integrations/BMCDiscovery/BMCDiscovery.yml Docker image update

* Updated Metadata Of Pack BPA

* Added release notes to pack BPA

* Packs/BPA/Integrations/BPA/BPA.yml Docker image update

* Updated Metadata Of Pack Barracuda

* Added release notes to pack Barracuda

* Packs/Barracuda/Integrations/BarracudaReputationBlockListBRBL/BarracudaReputationBlockListBRBL.yml Docker image update

* Updated Metadata Of Pack BastilleNetworks

* Added release notes to pack BastilleNetworks

* Packs/BastilleNetworks/Integrations/BastilleNetworks/BastilleNetworks.yml Docker image update

* Updated Metadata Of Pack BeyondTrust_Password_Safe

* Added release notes to pack BeyondTrust_Password_Safe

* Packs/BeyondTrust_Password_Safe/Integrations/BeyondTrust_Password_Safe/BeyondTrust_Password_Safe.yml Docker image update

* Updated Metadata Of Pack BigFix

* Added release notes to pack BigFix

* Packs/BigFix/Integrations/BigFix/BigFix.yml Docker image update

* Updated Metadata Of Pack BitDam

* Added release notes to pack BitDam

* Packs/BitDam/Integrations/BitDam/BitDam.yml Docker image update

* Updated Metadata Of Pack BitSight

* Added release notes to pack BitSight

* Packs/BitSight/Integrations/BitSightForSecurityPerformanceManagement/BitSightForSecurityPerformanceManagement.yml Docker image update

* Updated Metadata Of Pack Bitbucket

* Added release notes to pack Bitbucket

* Packs/Bitbucket/Integrations/Bitbucket/Bitbucket.yml Docker image update

* Updated Metadata Of Pack BitcoinAbuse

* Added release notes to pack BitcoinAbuse

* Packs/BitcoinAbuse/Integrations/BitcoinAbuse/BitcoinAbuse.yml Docker image update

* Updated Metadata Of Pack BluecatAddressManager

* Added release notes to pack BluecatAddressManager

* Packs/BluecatAddressManager/Integrations/BluecatAddressManager/BluecatAddressManager.yml Docker image update

* Updated Metadata Of Pack BluelivThreatCompass

* Added release notes to pack BluelivThreatCompass

* Packs/BluelivThreatCompass/Integrations/BluelivThreatCompass/BluelivThreatCompass.yml Docker image update

* Updated Metadata Of Pack BluelivThreatContext

* Added release notes to pack BluelivThreatContext

* Packs/BluelivThreatContext/Integrations/BluelivThreatContext/BluelivThreatContext.yml Docker image update

* Updated Metadata Of Pack BmcHelixRemedyForce

* Added release notes to pack BmcHelixRemedyForce

* Packs/BmcHelixRemedyForce/Integrations/BmcHelixRemedyForce/BmcHelixRemedyForce.yml Docker image update

* Updated Metadata Of Pack BmcITSM

* Added release notes to pack BmcITSM

* Packs/BmcITSM/Integrations/BmcITSM/BmcITSM.yml Docker image update

* Updated Metadata Of Pack Bonusly

* Added release notes to pack Bonusly

* Packs/Bonusly/Integrations/Bonusly/Bonusly.yml Docker image update

* Updated Metadata Of Pack C2sec

* Added release notes to pack C2sec

* Packs/C2sec/Integrations/C2sec/C2sec.yml Docker image update

* Updated Metadata Of Pack CIRCL

* Added release notes to pack CIRCL

* Packs/CIRCL/Integrations/CIRCL/CIRCL.yml Docker image update

* Updated Metadata Of Pack CIRCLHashlookup

* Added release notes to pack CIRCLHashlookup

* Packs/CIRCLHashlookup/Integrations/CIRCLEHashlookup/CIRCLEHashlookup.yml Docker image update

* Updated Metadata Of Pack CadoResponse

* Added release notes to pack CadoResponse

* Packs/CadoResponse/Integrations/CadoResponse/CadoResponse.yml Docker image update

* Updated Metadata Of Pack Camlytics

* Added release notes to pack Camlytics

* Packs/Camlytics/Integrations/Camlytics/Camlytics.yml Docker image update

* Updated Metadata Of Pack CarbonBlackDefense

* Added release notes to pack CarbonBlackDefense

* Packs/CarbonBlackDefense/Integrations/CarbonBlackEndpointStandard/CarbonBlackEndpointStandard.yml Docker image update

* Updated Metadata Of Pack CarbonBlackEnterpriseEDR

* Added release notes to pack CarbonBlackEnterpriseEDR

* Packs/CarbonBlackEnterpriseEDR/Integrations/CarbonBlackEnterpriseEDR/CarbonBlackEnterpriseEDR.yml Docker image update

* Updated Metadata Of Pack CarbonBlackProtect

* Added release notes to pack CarbonBlackProtect

* Packs/CarbonBlackProtect/Integrations/CarbonBlackProtect/CarbonBlackProtect.yml Docker image update

* Fixing Mypy + validation errors

* Fixed readme

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
* Updated Metadata Of Pack CyberArkIdentity

* Added release notes to pack CyberArkIdentity

* Packs/CyberArkIdentity/Integrations/CyberArkIdentityEventCollector/CyberArkIdentityEventCollector.yml Docker image update
* Updated Metadata Of Pack TaniumThreatResponse

* Added release notes to pack TaniumThreatResponse

* Packs/TaniumThreatResponse/Integrations/TaniumThreatResponseV2/TaniumThreatResponseV2.yml Docker image update
* Updated Metadata Of Pack X509Certificate

* Added release notes to pack X509Certificate

* Packs/X509Certificate/Scripts/CertificateExtract/CertificateExtract.yml Docker image update
* Updated Metadata Of Pack Cybereason

* Added release notes to pack Cybereason

* Packs/Cybereason/Integrations/Cybereason/Cybereason.yml Docker image update

* Updated Metadata Of Pack DNSDB

* Added release notes to pack DNSDB

* Packs/DNSDB/Integrations/DNSDB_v2/DNSDB_v2.yml Docker image update

* Updated Metadata Of Pack DeepInstinct

* Added release notes to pack DeepInstinct

* Packs/DeepInstinct/Integrations/DeepInstinct3x/DeepInstinct3x.yml Docker image update

* Updated Metadata Of Pack FeedCyrenThreatInDepth

* Added release notes to pack FeedCyrenThreatInDepth

* Packs/FeedCyrenThreatInDepth/Integrations/CyrenThreatInDepth/CyrenThreatInDepth.yml Docker image update

* Updated Metadata Of Pack IronDefense

* Added release notes to pack IronDefense

* Packs/IronDefense/Integrations/IronDefense/IronDefense.yml Docker image update

* Updated Metadata Of Pack Qintel

* Added release notes to pack Qintel

* Packs/Qintel/Integrations/QintelPMI/QintelPMI.yml Docker image update

* Packs/Qintel/Integrations/QintelQSentry/QintelQSentry.yml Docker image update

* Packs/Qintel/Integrations/QintelQWatch/QintelQWatch.yml Docker image update

* Updated Metadata Of Pack QualysFIM

* Added release notes to pack QualysFIM

* Packs/QualysFIM/Integrations/QualysFIM/QualysFIM.yml Docker image update

* Updated Metadata Of Pack QutteraWebsiteMalwareScanner

* Added release notes to pack QutteraWebsiteMalwareScanner

* Packs/QutteraWebsiteMalwareScanner/Integrations/QutteraWebsiteMalwareScanner/QutteraWebsiteMalwareScanner.yml Docker image update

* Fixed mypy + validation

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
* fix logging typo

* bump dependent packs

---------

Co-authored-by: glicht <glicht@users.noreply.github.com>
* Downgrade docker to fix banner issue

* Fix docs

* Add UT to prevent Docker bump

* Fix yml validation
…isto#24929)

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2023

The following labels could not be found: github_actions, dependencies, docs-approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.