ghas-jira-integration

Synchronize GitHub Code Scanning alerts to Jira issues

APACHE-2.0 License

Stars
81
Committers
13

Bot releases are visible (Hide)

ghas-jira-integration - v1.2.4 Latest Release

Published by zkoppert 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/ghas-jira-integration/compare/v1.2.3...v1.2.4

ghas-jira-integration - v1.2.3

Published by cmboling almost 3 years ago

Updated documentation to reflect proper permissions needed to sync secret scanning alerts. Kudos to @sennap for improving the README.md! 🎉

ghas-jira-integration - v1.2.1

Published by cmboling almost 3 years ago

This release fixes the CLI call in the action.yml, in which the state parameter is removed. More refactoring will be done in another release. Please make sure that an access token is defined with the security-events scope in order to sync secret scanning alerts properly.

Note: This is a re-release of v1.2.1; previous version tag was wrong.

ghas-jira-integration - v1.2.2

Published by cmboling almost 3 years ago

This release fixes a log injection. Kudos to @haby0 for taking the time to submit a PR to resolve the issue.

ghas-jira-integration - v1.2.0

Published by cmboling almost 3 years ago

In addition to syncing code scanning alerts, this version of the integration syncs a repository's secret scanning alerts.

ghas-jira-integration - v1.1.0

Published by cmboling almost 3 years ago

The Action now runs faster without the need of a Docker container. The Linux GitHub hosted runner has pip3, so this is utilized without having to install pip3 and/or pipenv onto a ubuntu Docker image to run the sync.

ghas-jira-integration - v1.0.0

Published by cmboling about 3 years ago

This first release contains all the of previous work being done to sync GitHub Code Scanning alerts to Jira. It also contains open custom options to add labels and defining end and reopen states of Jira issues.