Skip to content

Commit e0c3110

Browse files
Merge branch 'master' into develop
2 parents af013ff + b53d7f8 commit e0c3110

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
345345
- name: Scan image for vulnerabilities (Trivy)
346346
if: steps.check-rebuild.outputs.rebuild == 'true'
347-
uses: aquasecurity/trivy-action@0.33.1
347+
uses: aquasecurity/trivy-action@0.34.1
348348
with:
349349
image-ref: ${{ steps.get-digest.outputs.IMAGE_DIGEST }}
350350
format: sarif
@@ -825,7 +825,7 @@ jobs:
825825
826826
- name: Scan image for vulnerabilities (Trivy)
827827
if: steps.check-rebuild.outputs.rebuild == 'true'
828-
uses: aquasecurity/trivy-action@0.33.1
828+
uses: aquasecurity/trivy-action@0.34.1
829829
with:
830830
image-ref: ${{ steps.get-digest.outputs.IMAGE_DIGEST }}
831831
format: sarif
@@ -1306,7 +1306,7 @@ jobs:
13061306
13071307
- name: Scan image for vulnerabilities (Trivy)
13081308
if: steps.check-rebuild.outputs.rebuild == 'true'
1309-
uses: aquasecurity/trivy-action@0.33.1
1309+
uses: aquasecurity/trivy-action@0.34.1
13101310
with:
13111311
image-ref: ${{ steps.get-digest-responder.outputs.IMAGE_DIGEST }}
13121312
format: sarif

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [3.7.8](https://github.com/TheHive-Project/Cortex-Analyzers/tree/3.7.8) (2026-02-27)
4+
5+
[Full Changelog](https://github.com/TheHive-Project/Cortex-Analyzers/compare/3.7.7...3.7.8)
6+
7+
**Merged pull requests:**
8+
9+
- Bump aquasecurity/trivy-action from 0.33.1 to 0.34.1 in /.github/workflows [\#1425](https://github.com/TheHive-Project/Cortex-Analyzers/pull/1425) ([dependabot[bot]](https://github.com/apps/dependabot))
10+
11+
## [3.7.7](https://github.com/TheHive-Project/Cortex-Analyzers/tree/3.7.7) (2026-02-11)
12+
13+
[Full Changelog](https://github.com/TheHive-Project/Cortex-Analyzers/compare/3.7.6...3.7.7)
14+
15+
**Merged pull requests:**
16+
17+
- MSEntraID - Add support for extended search and other datatypes [\#1424](https://github.com/TheHive-Project/Cortex-Analyzers/pull/1424) ([nusantara-self](https://github.com/nusantara-self))
18+
- URLHaus - Error handling improvements [\#1423](https://github.com/TheHive-Project/Cortex-Analyzers/pull/1423) ([nusantara-self](https://github.com/nusantara-self))
19+
320
## [3.7.6](https://github.com/TheHive-Project/Cortex-Analyzers/tree/3.7.6) (2026-02-05)
421

522
[Full Changelog](https://github.com/TheHive-Project/Cortex-Analyzers/compare/3.7.5...3.7.6)

0 commit comments

Comments
 (0)