Skip to content

Commit bebffa9

Browse files
committed
entryppint
1 parent d7557b9 commit bebffa9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/foss-action.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout this repo
1212
uses: actions/checkout@v4
1313

14-
- uses: valeriangalliat/action-sshd-cloudflared@v1
14+
# - uses: valeriangalliat/action-sshd-cloudflared@v1
1515

1616
- name: Debug env vars
1717
run: |
@@ -25,16 +25,20 @@ jobs:
2525
2626
- name: Generate Python SBOM
2727
id : generate_sbom
28-
uses: rajuljha/foss-action-python@v4
28+
uses: rajuljha/foss-action-python@v5
2929
with:
3030
environment: false
3131
requirements: true
3232
pipenv: false
3333
poetry: false
3434

35-
- name: Display sbom file path
35+
- name: Display SBOM file path
36+
run: echo "SBOM file path: ${{ env.SBOM_FILE_PATH }}"
37+
38+
- name: Use SBOM file
3639
run: |
37-
echo ${{ steps.generate_sbom.outputs.sbom_file_path }}
40+
# Example command that uses the SBOM file
41+
cat ${{ env.SBOM_FILE_PATH }}
3842
3943
# - name: Run foss-action
4044
# uses: rajuljha/fossology-action@v20

0 commit comments

Comments
 (0)