Skip to content
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
1 change: 1 addition & 0 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:

permissions:
contents: read
security-events: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/test_elasticsearch_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ on:
- info
- warning
- debug
push:
branches:
- main
paths:
- 'roles/elasticsearch/tasks/elasticsearch-rolling-upgrade.yml'
- 'roles/elasticsearch/tasks/main.yml'
- 'roles/elasticsearch/handlers/main.yml'
- 'molecule/elasticsearch_upgrade_8to9/**'
- 'molecule/elasticsearch_upgrade_8to9_single/**'
- '.github/workflows/test_elasticsearch_upgrade.yml'
schedule:
- cron: "0 2 * * 0" # Every Sunday at 02:00 UTC
- cron: "0 2 * * *" # Daily at 02:00 UTC

permissions:
contents: read
Expand Down
28 changes: 8 additions & 20 deletions plugins/modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,18 @@ The oddly.elasticstack.cert_info module gathers information about pkcs12 certifi
- python-cryptography >= 2.5.0 on the remote node

### Tested python-cryptography versions >= 2.5
- 2.5
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4
- 35.0.0
- 36.0.0
- 38.0.0
- 40.0.1
- 42.0.0+
- 44.0.0+
- 46.0.0+

### Tested python versions
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- 3.10
- 3.11
- 3.12

### Tested ansible-core versions
- 2.11
- 2.12
- 2.13
- 2.14
- 2.18
- 2.19
- 2.20

### Security measures
- Only supported extensions with its available values will be returned. The available keys and values are applied in the code with the `SUPPORTED_EXTENSIONS` dictionary. The module will loop through it, and only if found, it will save it to the `results` variable.
Expand Down
Loading
Loading