Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Aug 20, 2024
1 parent 68bd115 commit 2c5eb15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4

- name: "Debug: SBOMs"
run: |
find . -iname *.json
- name: Enrich Container CycloneDX
run: |
export SBOM_NAME='phase1-python-container'
Expand Down

0 comments on commit 2c5eb15

Please sign in to comment.