ci: does this help
Some checks failed
Test if Server can be built / build-server (push) Successful in 28s
Test if Server can be built / dependency-track (push) Successful in 28s
Test if Server can be built / build-push-server-container (push) Failing after 4s
Test if Server can be built / dependency-track-container (push) Has been skipped
Test if Server can be built / sonarqube (push) Successful in 1m16s

This commit is contained in:
Timothy Schenk 2023-11-03 12:43:14 +01:00
parent 8943f72eea
commit 3efc171dca

View file

@ -91,7 +91,7 @@ jobs:
- name: Set up QEMU
uses: https://github.com/docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3.0.0
uses: https://github.com/docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: https://github.com/docker/login-action@v3
with:
@ -122,7 +122,8 @@ jobs:
echo "::add-path::$HOME/.dotnet/tools"
- name: Setup Dependency Track Dependencies
run: |
dotnet tool install --global CycloneDX
mkdir ~/.docker
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