Skip to content

Commit

Permalink
entryppint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajuljha committed Aug 4, 2024
1 parent d7557b9 commit bebffa9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/foss-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout this repo
uses: actions/checkout@v4

- uses: valeriangalliat/action-sshd-cloudflared@v1
# - uses: valeriangalliat/action-sshd-cloudflared@v1

- name: Debug env vars
run: |
Expand All @@ -25,16 +25,20 @@ jobs:
- name: Generate Python SBOM
id : generate_sbom
uses: rajuljha/foss-action-python@v4
uses: rajuljha/foss-action-python@v5
with:
environment: false
requirements: true
pipenv: false
poetry: false

- name: Display sbom file path
- name: Display SBOM file path
run: echo "SBOM file path: ${{ env.SBOM_FILE_PATH }}"

- name: Use SBOM file
run: |
echo ${{ steps.generate_sbom.outputs.sbom_file_path }}
# Example command that uses the SBOM file
cat ${{ env.SBOM_FILE_PATH }}
# - name: Run foss-action
# uses: rajuljha/fossology-action@v20
Expand Down

0 comments on commit bebffa9

Please sign in to comment.