Skip to content

Commit 71156e7

Browse files
w/git add
1 parent d287e8f commit 71156e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate_sbom.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
# cat .endorctl/scanprofile.yaml
5757

5858
- name: Rename build folder # Endor Labs will automatically try to exclude "build"
59-
run: mv build third_party
59+
run: |
60+
mv build third_party
61+
git add third_party
6062
6163
- name: Install endorctl and Scan with Endor Labs
6264
uses: endorlabs/github-action@519df81de5f68536c84ae05ebb2986d0bb1d19fc # Release v1.1.8

0 commit comments

Comments
 (0)