Skip to content

Commit

Permalink
Add all bins scan 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkondr committed Dec 15, 2022
1 parent a4c601a commit 975a0ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,28 +132,28 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: anchore/sbom-action@v0
with:
path: bin/pmm-agent
file: bin/pmm-agent
artifact-name: pmm-agent-sbom.spdx

- name: create PMM Admin SBOM assets
if: startsWith(github.ref, 'refs/tags/')
uses: anchore/sbom-action@v0
with:
path: bin/pmm-admin
file: bin/pmm-admin
artifact-name: pmm-admin-sbom.spdx

- name: create PMM Managed SBOM assets
if: startsWith(github.ref, 'refs/tags/')
uses: anchore/sbom-action@v0
with:
path: bin/pmm-managed
file: bin/pmm-managed
artifact-name: pmm-managed-sbom.spdx

- name: create VM Proxy SBOM assets
if: startsWith(github.ref, 'refs/tags/')
uses: anchore/sbom-action@v0
with:
path: bin/vm_proxy
file: bin/vm_proxy
artifact-name: vm-proxy-sbom.spdx

- name: publish SBOM assets
Expand Down

0 comments on commit 975a0ff

Please sign in to comment.