chore(deps): update dependencytrack/gh-upload-sbom action to v2.1.0
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 3s
PR Workflow / build (pull_request) Successful in 57s
PR Workflow / sbom-scan (pull_request) Successful in 34s
PR Workflow / container-sbom-scan (pull_request) Has been skipped
PR Workflow / container-build (pull_request) Failing after 1m26s
PR Workflow / generate-licences (pull_request) Successful in 1m13s

Signed-off-by: noreply@rainote.dev
This commit is contained in:
renovate-bot 2024-03-15 10:01:14 +00:00
parent 057f980c57
commit 284c0976d2
2 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ jobs:
run: |
dotnet CycloneDX Continuity.AuthServer/Continuity.AuthServer.csproj -o . -dgl
- name: Upload SBOM
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.1.0
with:
apiKey: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}
@ -168,7 +168,7 @@ jobs:
docker pull forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }}
docker sbom -D forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }} --format cyclonedx-json --output container-bom.json
- name: Upload SBOM
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.1.0
with:
apiKey: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}

View file

@ -51,7 +51,7 @@ jobs:
run: |
dotnet CycloneDX Continuity.AuthServer/Continuity.AuthServer.csproj -o . -dgl
- name: Upload SBOM
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.1.0
with:
apiKey: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}
@ -132,7 +132,7 @@ jobs:
docker pull forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }}
docker sbom -D forge.rainote.dev/${{ github.repository }}:${{ needs.preprocess.outputs.sanitized_branch_name }} --format cyclonedx-json --output container-bom.json
- name: Upload SBOM
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.1.0
with:
apiKey: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}