Releases: FiniteStateInc/binary-scan
v3.1.0
What's Changed
- Rely on the new typescripts SDK to communicate with FiniteState by @cpfarherFinitestate in #47
Full Changelog: v3.0.0...v3.1.0
v3.0.0
What's Changed
- Use TS to connect to API instead of Python SDK by @cpfarherFinitestate in #27
- Fix vulnerabilities by @cpfarherFinitestate in #29
- Fixes to work with windows-latest and ubuntu-latests by @cpfarherFinitestate in #30
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- Upgrade Finitestate Python SDK pip package by @cpfarherFinitestate in #17
Full Changelog: v2.0.0...v2.0.1
v2.0.0
New Features
- Added support for Windows and Ubuntu operating systems.
Breaking Change
Migrated from a composite action to a JavaScript action.
Action Changes
- The action's structure and implementation have been updated to accommodate cross-platform support.
- The workflow configuration might require adjustments due to the change in action type and new options.
What's Changed
- Migrate Composite GH action to to Js GH Action by @cpfarherFinitestate in #12
- Fix Action readme by @cpfarherFinitestate in #14
Migration Guide
Review the updated action's documentation for any specific changes or requirements.
Update your workflows accordingly to leverage the new features and options.
Mainly you need to change the uses in the workflow file with this line:
uses: FiniteStateInc/binary-scan@v2.0.0If you would like to use the sha of the commit as version, we recommend to replace the input on this way:
version: ${{github.sha}}For detailed information and support, refer to the action's repository and documentation.
Thank you for using our GitHub Action! If you have any questions or encounter issues, please reach out to us for assistance.
Full Changelog: v1.1.0...v2.0.0
Auto-Commenting on PRs
This release adds the ability for you to configure the Finite State Binary Scan GitHub Action to automatically add comments to your PRs after your binary has been uploaded to the Finite State Platform. This allows for quick and easy access to the URL associated with your scan. For more details, view the documentation: https://github.com/FiniteStateInc/binary-scan?tab=readme-ov-file#auto-generation-of-pr-comments.
v1.0.0 - Initial Release of the Finite State binary-scan GitHub Action
Merge pull request #4 from FiniteStateInc/update-description Update the Action description