Skip to content

Commit

Permalink
🔧 (#127): disable version compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Klaus committed Nov 2, 2024
1 parent 16ed925 commit a482fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-track-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
file-to-check: "backend/${{ matrix.projectName }}/pom.xml"
only-return-version: true

# Upload the SBOM to Dependency-Track
- name: Upload BOM to Dependency-Track
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend-dependency-track.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
file-to-check: "${{ matrix.baseDirectory }}/package.json"
only-return-version: true

# Upload the SBOM to Dependency-Track
- name: Upload BOM to Dependency-Track
Expand Down

0 comments on commit a482fb4

Please sign in to comment.