Skip to content

Commit

Permalink
Merge branch 'DependencyTrack:master' into fix_github-advisory-mirror…
Browse files Browse the repository at this point in the history
…ing-notification
  • Loading branch information
antoinbo authored Nov 26, 2024
2 parents 8c57da7 + 193d0f9 commit 14fcffd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Run Trivy Vulnerability Scanner
if: ${{ inputs.publish-container }}
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # tag=0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # tag=0.29.0
env:
# https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
Expand All @@ -149,6 +149,6 @@ jobs:

- name: Upload Trivy Scan Results to GitHub Security Tab
if: ${{ inputs.publish-container }}
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # tag=v3.27.4
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # tag=v3.27.5
with:
sarif_file: 'trivy-results.sarif'
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2

- name: Dependency Review
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # tag=v4.4.0
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # tag=v4.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public Response exportProjectAsCycloneDx (

@GET
@Path("/cyclonedx/component/{uuid}")
@Produces(CycloneDxMediaType.APPLICATION_CYCLONEDX_XML)
@Produces({CycloneDxMediaType.APPLICATION_CYCLONEDX_XML, CycloneDxMediaType.APPLICATION_CYCLONEDX_JSON})
@Operation(
summary = "Returns dependency metadata for a specific component in CycloneDX format",
description = "<p>Requires permission <strong>VIEW_PORTFOLIO</strong></p>"
Expand Down

0 comments on commit 14fcffd

Please sign in to comment.