Skip to content

Commit b4e55ec

Browse files
committed
Add sbom-test workflow
1 parent 687e00a commit b4e55ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@ jobs:
124124
apt-get update && apt-get install -y curl
125125
curl -sSL https://install.python-poetry.org | python3 -
126126
export PATH="$HOME/.local/bin:$PATH"
127-
pip install cyclonedx-bom grype tabulate
127+
pip install cyclonedx-bom tabulate
128+
129+
130+
- name: Install Grype
131+
run: |
132+
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
133+
128134
129135
- name: Install dependencies
130136
run: |

0 commit comments

Comments
 (0)