diff --git a/.github/workflows/slack.yml b/.github/workflows/slack.yml index 7d9f84c..0fd8479 100644 --- a/.github/workflows/slack.yml +++ b/.github/workflows/slack.yml @@ -22,15 +22,15 @@ jobs: run: | cat report.sarif | jq | head -n 20 cat report.sarif | jq | tail -n 20 - - name: Upload scan report to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: "report.sarif" - name: Create JIRA tickets for n0s1 findings - uses: GeorgeDavis-Ibexlabs/publish-sarif-to-jira@v0.0.12 + uses: GeorgeDavis-Ibexlabs/publish-sarif-to-jira@v0.0.13 with: jira_cloud_url: "https://spark1us.atlassian.net" jira_auth_email: "marcelo@spark1.us" jira_project_key: "DLP" jira_api_token: ${{ secrets.JIRA_TOKEN }} - jira_default_issue_labels: "n0s1,credential-leak" \ No newline at end of file + jira_default_issue_labels: "n0s1,credential-leak" + - name: Upload scan report to GitHub Security tab + uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: "report.sarif" \ No newline at end of file