Skip to content

[BUG] Latest version of ast-github-action (2.0.24) with problem when generating PDF report with scansummary #7

[BUG] Latest version of ast-github-action (2.0.24) with problem when generating PDF report with scansummary

[BUG] Latest version of ast-github-action (2.0.24) with problem when generating PDF report with scansummary #7

name: Issue automation
on:
issues:
types: [opened]
jobs:
issue:
name: Notify Jira
uses: CheckmarxDev/ast-cli/.github/workflows/jira_notify.yml@main
with:
title: ${{ github.event.issue.title }}
body: ${{ github.event.issue.body }}
html_url: ${{ github.event.issue.html_url }}
repo: ${{ github.event.repository.full_name }}
secrets: inherit