Skip to content

Commit

Permalink
👷 change project names of sbom projects
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhummler committed Oct 18, 2024
1 parent abeebf7 commit 12c3910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-track-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
apiKey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
serverHostname: "dtrack.hopps.cloud"
bomFilename: "backend/app.hopps.org/target/bom.xml"
projectName: "hopps-backend"
projectName: "app.hopps.org"
projectVersion: "main"
autoCreate: true

Expand All @@ -46,6 +46,6 @@ jobs:
apiKey: ${{ secrets.DEPENDENCYTRACK_APIKEY }}
serverHostname: "dtrack.hopps.cloud"
bomFilename: "backend/app.hopps.az-document-ai/target/bom.xml"
projectName: "hopps-backend"
projectName: "app.hopps.az-document-ai"
projectVersion: "main"
autoCreate: true

0 comments on commit 12c3910

Please sign in to comment.