Skip to content

[REQ] Synchronization of issues maintained in Checkmarx One and Sarif export to GitHub #11

[REQ] Synchronization of issues maintained in Checkmarx One and Sarif export to GitHub

[REQ] Synchronization of issues maintained in Checkmarx One and Sarif export to GitHub #11

name: Issue automation
on:
issues:
types: [opened]
jobs:
issue:
name: Notify Jira
uses: CheckmarxDev/ast-cli/.github/workflows/jira_notify.yml@main

Check failure on line 10 in .github/workflows/issue_automation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue_automation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/issue_automation.yml" -> "CheckmarxDev/ast-cli/.github/workflows/jira_notify.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
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