From 567b3a03e16c23adf450ddc85adcc743c7d034a7 Mon Sep 17 00:00:00 2001 From: Maxim Kondratenko Date: Thu, 15 Dec 2022 18:02:18 +0200 Subject: [PATCH] Add all bins scan 4 --- .github/workflows/common.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index ddcc3e69f1..fc3a87f562 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -128,40 +128,6 @@ jobs: # - name: Test common API # run: make test-common - - name: create PMM SBOM assets - if: startsWith(github.ref, 'refs/tags/') - uses: anchore/sbom-action@v0 - with: - file: go.mod - artifact-name: pmm.spdx.json - -# - name: create PMM Admin SBOM assets -# if: startsWith(github.ref, 'refs/tags/') -# uses: anchore/sbom-action@v0 -# with: -# file: ./bin/pmm-admin -# artifact-name: pmm-admin.spdx.json - -# - name: create PMM Managed SBOM assets -# if: startsWith(github.ref, 'refs/tags/') -# uses: anchore/sbom-action@v0 -# with: -# file: ./bin/pmm-managed -# artifact-name: pmm-managed.spdx.json - -# - name: create VM Proxy SBOM assets -# if: startsWith(github.ref, 'refs/tags/') -# uses: anchore/sbom-action@v0 -# with: -# file: ./bin/vm_proxy -# artifact-name: vm-proxy.spdx.json - - - name: publish SBOM assets - if: startsWith(github.ref, 'refs/tags/') - uses: anchore/sbom-action/publish-sbom@v0 - with: - sbom-artifact-match: ".*\\.spdx\\.json$" - # - name: Run debug commands on failure # if: ${{ failure() }} # run: |