What's Changed
- SQSCANGHA-46 Replace the Docker action by a composite action by @henryju and @antonioaversa in #145
This new major version removes Docker, moving to a composite action.
This has multiple benefits:
- you can now use our GitHub action with Java and Dart project, which previously didn’t support it due to Docker isolation
- your run won’t fail anymore in peak workload scenarios due to the Docker image hitting the rate limit on DockerHub
- the scan won’t need to run the scan as a root user, as recommended by GitHub for operations happening in a Docker container
- you will be able to run the action as part of your workflow on any Operating System
We expect no issues for the vast majority of users, and we encourage you to move to the new version.
You can read more about this new release here.
Full Changelog: v3.1.0...v4.0.0