Releases: AikidoSec/github-actions-workflow
Releases · AikidoSec/github-actions-workflow
V1.0.13
What's Changed
- Fix: use correct startsWith function on string in #51
v1.0.12
What's Changed
- The action can now be run in merge queues
v1.0.11
What's Changed
- Add optional SAST review comments
v1.0.10
What's Changed
- Add advanced post comment mode - fixes #39
- Stop action when no scans are enabled
v1.0.9
- Bump NodeJS version from 16 to 20
- Better log output when 'post PR comment' action failed
- On PRs that do not have access to secrets, the action is not executed
v1.0.8
What's Changed
- enhance error logging in case scan failed to start by @Kemosabert
v1.0.7
- Aikido can now optionally post a comment on PR conversations
v1.0.6
Changelog
- Make timeout customizable with timeout-seconds parameter
Use new Aikido API syntax
- Deprecated
fail-on-secrets-scan
- Introduced infrastructure as code setting
fail-on-iac-scan
Custom settings for scan types added
v1.0.4 Merge remote-tracking branch 'origin/fix-issue-where-github-actions-i…