We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e8313 commit 463febaCopy full SHA for 463feba
.github/workflows/sbom.yaml
@@ -22,5 +22,6 @@ jobs:
22
python-version: "3.12"
23
- name: Install compliance-assistant
24
run: pip install compliance-assistant
25
+ - run: docker run hello-world
26
- name: Generate SBOM
27
run: compliance-assistant sbom-generate -d . -o sbom-raw.json
0 commit comments