Compare commits
1 commit
master
...
renovate/m
Author | SHA1 | Date | |
---|---|---|---|
20066425f1 |
3 changed files with 9 additions and 9 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="DotNext" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.IO" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.Metaprogramming" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.Threading" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.Unsafe" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext" Version="5.3.1" />
|
||||
<PackageReference Include="DotNext.IO" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext.Metaprogramming" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext.Threading" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext.Unsafe" Version="5.3.0" />
|
||||
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/>
|
||||
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0"/>
|
||||
<PackageReference Include="MassTransit" Version="8.1.3" />
|
||||
|
|
Loading…
Add table
Reference in a new issue