We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d287e8f commit 71156e7Copy full SHA for 71156e7
.github/workflows/generate_sbom.yml
@@ -56,7 +56,9 @@ jobs:
56
# cat .endorctl/scanprofile.yaml
57
58
- name: Rename build folder # Endor Labs will automatically try to exclude "build"
59
- run: mv build third_party
+ run: |
60
+ mv build third_party
61
+ git add third_party
62
63
- name: Install endorctl and Scan with Endor Labs
64
uses: endorlabs/github-action@519df81de5f68536c84ae05ebb2986d0bb1d19fc # Release v1.1.8
0 commit comments