Compare commits

..

1 commit

Author SHA1 Message Date
650baf43c1 chore(deps): update .net dotnext to v5.13.0
Some checks failed
PR Workflow / preprocess (pull_request) Successful in 2s
PR Workflow / build (pull_request) Successful in 31s
PR Workflow / sbom-scan (pull_request) Failing after 32s
PR Workflow / generate-licences (pull_request) Successful in 1m24s
PR Workflow / container-build (pull_request) Successful in 1m42s
PR Workflow / container-sbom-scan (pull_request) Failing after 39s
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 40s
Build, Package and Push Images / sbom-scan (push) Failing after 40s
Build, Package and Push Images / sonarqube (push) Successful in 2m0s
Build, Package and Push Images / container-build (push) Successful in 2m19s
Build, Package and Push Images / generate-licences (push) Successful in 1m13s
Build, Package and Push Images / container-sbom-scan (push) Failing after 44s
Signed-off-by: noreply@rainote.dev
2024-08-30 22:00:54 +00:00
3 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

@ -40,11 +40,11 @@
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="DotNext" Version="5.3.1" /> <PackageReference Include="DotNext" Version="5.13.0" />
<PackageReference Include="DotNext.IO" Version="5.3.0" /> <PackageReference Include="DotNext.IO" Version="5.13.0" />
<PackageReference Include="DotNext.Metaprogramming" Version="5.3.0" /> <PackageReference Include="DotNext.Metaprogramming" Version="5.13.0" />
<PackageReference Include="DotNext.Threading" Version="5.3.0" /> <PackageReference Include="DotNext.Threading" Version="5.13.0" />
<PackageReference Include="DotNext.Unsafe" Version="5.3.0" /> <PackageReference Include="DotNext.Unsafe" Version="5.13.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/> <PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/>
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0"/> <PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0"/>
<PackageReference Include="MassTransit" Version="8.1.3" /> <PackageReference Include="MassTransit" Version="8.1.3" />