-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from FiniteStateInc/cp/upgrade-sdk
Upgrade Finitestate Python SDK pip package
- Loading branch information
Showing
7 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ hash. | |
steps: | ||
- name: Finite State Binary Scan | ||
id: binary_scan | ||
uses: FiniteStateInc/[email protected].0 | ||
uses: FiniteStateInc/[email protected].1 | ||
with: | ||
finite-state-client-id: ${{ secrets.CLIENT_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ and Created By User. If you need to change these, you can provide IDs for them. | |
> | ||
> To avoid issues, consider using a GitHub-hosted runner image like | ||
> 'ubuntu-latest' or 'microsoft-latest' that comes pre-installed with both | ||
> Node.js and Python. | ||
> Node.js and Python required versions. | ||
<!-- action-docs-description --> | ||
|
||
|
@@ -113,7 +113,7 @@ optional fields. | |
**Example:** | ||
```yaml | ||
uses: FiniteStateInc/[email protected].0 | ||
uses: FiniteStateInc/[email protected].1 | ||
with: | ||
finite-state-client-id: ${{ secrets.CLIENT_ID }} | ||
finite-state-secret: ${{ secrets.CLIENT_SECRET }} | ||
|
@@ -212,7 +212,7 @@ jobs: | |
path: # The path to the scan results generated in the previous step | ||
- name: SBOM analysis | ||
uses: FiniteStateInc/[email protected].0 | ||
uses: FiniteStateInc/[email protected].1 | ||
id: third_party_upload | ||
with: | ||
finite-state-client-id: ${{ secrets.CLIENT_ID }} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.8.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
finite-state-sdk==0.1.2 | ||
finite-state-sdk==0.1.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters