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
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:
parent
8943f72eea
commit
3efc171dca
1 changed files with 3 additions and 2 deletions
|
@ -91,7 +91,7 @@ jobs:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: https://github.com/docker/setup-qemu-action@v3
|
uses: https://github.com/docker/setup-qemu-action@v3
|
||||||
- name: Set up Docker Buildx
|
- 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
|
- name: Login to Docker Hub
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
@ -122,7 +122,8 @@ jobs:
|
||||||
echo "::add-path::$HOME/.dotnet/tools"
|
echo "::add-path::$HOME/.dotnet/tools"
|
||||||
- name: Setup Dependency Track Dependencies
|
- name: Setup Dependency Track Dependencies
|
||||||
run: |
|
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
|
- name: Generate SBOM
|
||||||
run: |
|
run: |
|
||||||
docker sbom --format cyclonedx-json --output bom.json forge.rainote.dev/Wonderking/Continuity:latest
|
docker sbom --format cyclonedx-json --output bom.json forge.rainote.dev/Wonderking/Continuity:latest
|
||||||
|
|
Loading…
Reference in a new issue