diff --git a/.github/workflows/issue_automation.yml b/.github/workflows/issue_automation.yml index 95d90af..eedfeba 100644 --- a/.github/workflows/issue_automation.yml +++ b/.github/workflows/issue_automation.yml @@ -4,13 +4,22 @@ on: issues: types: [opened] +permissions: {} + jobs: notify_jira: name: Notify Jira - uses: Checkmarx/plugins-release-workflow/.github/workflows/jira_notify.yml@main + uses: Checkmarx/plugins-release-workflow/.github/workflows/jira_notify.yml@a24b18e9c82ae9da9aa1f59fa32a007945f77c26 # main + permissions: + contents: read # for issue details + issues: read # for issue access 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 \ No newline at end of file + secrets: + AST_JIRA_API_TOKEN: ${{ secrets.AST_JIRA_API_TOKEN }} + AST_JIRA_USER_EMAIL: ${{ secrets.AST_JIRA_USER_EMAIL }} + JIRA_FIELDS_BUG: ${{ secrets.JIRA_FIELDS_BUG }} + JIRA_FIELDS_OTHER: ${{ secrets.JIRA_FIELDS_OTHER }} \ No newline at end of file diff --git a/.images/Visual_Studio_AI_Remediation_with_Developer_Assist.gif b/.images/Visual_Studio_AI_Remediation_with_Developer_Assist.gif index f6ff3ec..729b91a 100644 Binary files a/.images/Visual_Studio_AI_Remediation_with_Developer_Assist.gif and b/.images/Visual_Studio_AI_Remediation_with_Developer_Assist.gif differ diff --git a/.images/Visual_Studio_Getting_Started_with_Developer_Assist.gif b/.images/Visual_Studio_Getting_Started_with_Developer_Assist.gif new file mode 100644 index 0000000..1dd5f97 Binary files /dev/null and b/.images/Visual_Studio_Getting_Started_with_Developer_Assist.gif differ