We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687e00a commit b4e55ecCopy full SHA for b4e55ec
.github/workflows/sbom.yml
@@ -124,7 +124,13 @@ jobs:
124
apt-get update && apt-get install -y curl
125
curl -sSL https://install.python-poetry.org | python3 -
126
export PATH="$HOME/.local/bin:$PATH"
127
- pip install cyclonedx-bom grype tabulate
+ 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
134
135
- name: Install dependencies
136
run: |
0 commit comments