Skip to content

Commit bb9852d

Browse files
committed
changed references to ABOM
1 parent 80fd9ed commit bb9852d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Software bill of materials (SBOM) are supposed to provide a list of ingredients
77
Its the source code, of course, but also the cloud resources, vendor dependencies and partner APIs you call. If your application requires something to run, then it should be in the ABOM, right? And that's why the SecureStack ABOM is created holistically from all the important components of your application. This includes source code, third-party libraries and AWS cloud resources. In addition, this ABOM will include any vulnerabilities from your source code and cloud stack.
88

99
```
10-
name: Example Workflow Using SecureStack ABOM Action
10+
name: Example Workflow Using SecureStack SBOM Action
1111
on: push
1212
jobs:
1313
security:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Create ABOM
16+
- name: Create SBOM
1717
id: sbom
18-
uses: SecureStackCo/actions-sbom@v0.1.3
18+
uses: SecureStackCo/actions-sbom@v0.2.0
1919
with:
2020
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
2121
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}

0 commit comments

Comments
 (0)