File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
- name : Checkout this repo
12
12
uses : actions/checkout@v4
13
13
14
- - uses : valeriangalliat/action-sshd-cloudflared@v1
14
+ # - uses: valeriangalliat/action-sshd-cloudflared@v1
15
15
16
16
- name : Debug env vars
17
17
run : |
@@ -25,16 +25,20 @@ jobs:
25
25
26
26
- name : Generate Python SBOM
27
27
id : generate_sbom
28
- uses : rajuljha/foss-action-python@v4
28
+ uses : rajuljha/foss-action-python@v5
29
29
with :
30
30
environment : false
31
31
requirements : true
32
32
pipenv : false
33
33
poetry : false
34
34
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
36
39
run : |
37
- echo ${{ steps.generate_sbom.outputs.sbom_file_path }}
40
+ # Example command that uses the SBOM file
41
+ cat ${{ env.SBOM_FILE_PATH }}
38
42
39
43
# - name: Run foss-action
40
44
# uses: rajuljha/fossology-action@v20
You can’t perform that action at this time.
0 commit comments