main #69

Merged
rainote merged 18 commits from main into master 2023-11-03 14:21:58 +00:00
Showing only changes of commit dad5e99f0f - Show all commits

View file

@ -20,7 +20,7 @@ jobs:
sonarqube:
needs: build-server
runs-on: ubuntu-latest
if: ${{ github.ref_name }} == 'master'
if: github.ref_name == 'master'
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
@ -105,7 +105,7 @@ jobs:
context: .
file: Server/Dockerfile
push: true
tags: forge.rainote.dev/${{ github.repository }}:latest,forge.rainote.dev/${{ github.repository }}:${{ github.ref_name }}
tags: forge.rainote.dev/${{ github.repository }}:${{ github.ref_name }}
platforms: linux/amd64
dependency-track-container:
needs: build-push-server-container
@ -127,7 +127,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/docker/sbom-cli-plugin/main/install.sh | sh -s --
- name: Generate SBOM
run: |
docker sbom --format cyclonedx-json --output bom.json forge.rainote.dev/Wonderking/Continuity:latest
docker sbom forge.rainote.dev/${{ github.repository }}:${{ github.ref_name }} --format cyclonedx-json --output bom.json
- name: Upload SBOM
uses: https://github.com/DependencyTrack/gh-upload-sbom@v2.0.1
with: