Skip to content

Commit

Permalink
Changed Slack scan to also create DLP Jira tickets with the findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
blupants committed Oct 14, 2024
1 parent d36af78 commit 28fa631
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].12
uses: GeorgeDavis-Ibexlabs/[email protected].13
with:
jira_cloud_url: "https://spark1us.atlassian.net"
jira_auth_email: "[email protected]"
jira_project_key: "DLP"
jira_api_token: ${{ secrets.JIRA_TOKEN }}
jira_default_issue_labels: "n0s1,credential-leak"
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"

0 comments on commit 28fa631

Please sign in to comment.