Skip to content

Commit

Permalink
Update documentation to reflect v3 release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaunders authored May 2, 2024
1 parent 984dcb3 commit e64cb6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ After the application build step run the NowSecure Mobile SBOM action:

```yml
- name: NowSecure upload app
uses: nowsecure/nowsecure-sbom-action@v2
uses: nowsecure/nowsecure-sbom-action@v3
timeout-minutes: 60
with:
platform_token: ${{ secrets.NS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion workflows/nowsecure-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: NowSecure Mobile SBOM
uses: nowsecure/nowsecure-sbom-action@v2
uses: nowsecure/nowsecure-sbom-action@v3
timeout-minutes: 60
with:
platform_token: ${{ secrets.NS_TOKEN }}
Expand Down

0 comments on commit e64cb6d

Please sign in to comment.