Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuljha committed Aug 5, 2024
1 parent b332bcb commit 0933e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/foss-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Use SBOM File
run: |
echo "SBOM file path: ${{ steps.generate_sbom.outputs.sbom_file_path }}"
echo "SBOM file path: ${{ github.workspace }}"
ls ${{ github.workspace }}
cat "${{ steps.generate_sbom.outputs.sbom_file_path }}"
echo "SBOM file path: ${{ github.workspace }}/sbom/sbom_py.json"
cat "SBOM file path: ${{ github.workspace }}/sbom/sbom_py.json"
ls "${{ github.workspace }}/sbom"
# - name: Run foss-action
# uses: rajuljha/fossology-action@v20
Expand Down

0 comments on commit 0933e45

Please sign in to comment.