Skip to content

Commit

Permalink
woah
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuljha committed Aug 5, 2024
1 parent 20813fd commit cb8b304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/foss-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Generate Python SBOM
id : generate_sbom
uses: rajuljha/foss-action-python@v15
uses: rajuljha/foss-action-python@v14
with:
environment: false
requirements: true
Expand All @@ -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 }}/sbom/sbom_py.json"
cat "SBOM file path: ${{ github.workspace }}/sbom/sbom_py.json"
ls "${{ github.workspace }}/sbom"
echo "SBOM file path: "${{ github.workspace }}/sbom_py.json""
cat "SBOM file path: "${{ github.workspace }}/sbom_py.json""
ls "${{ github.workspace }}"
# - name: Run foss-action
# uses: rajuljha/fossology-action@v20
Expand Down

0 comments on commit cb8b304

Please sign in to comment.