Skip to content

Commit

Permalink
Changed Jira and Confluence scans to also create DLP Jira tickets wit…
Browse files Browse the repository at this point in the history
…h the findings
  • Loading branch information
blupants committed Oct 14, 2024
1 parent 6185c8a commit 06773ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/confluence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
platform-url: 'https://spark1us.atlassian.net'
report-format: "sarif"
report-file: "confluence_secret_report.sarif"
- name: Create JIRA tickets for n0s1 findings
uses: GeorgeDavis-Ibexlabs/[email protected]
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"
- name: Display SARIF result
run: |
cat confluence_secret_report.sarif | jq | head -n 20
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
platform-url: 'https://spark1us.atlassian.net'
report-format: "sarif"
report-file: "jira_secret_report.sarif"
- name: Create JIRA tickets for n0s1 findings
uses: GeorgeDavis-Ibexlabs/[email protected]
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"
- name: Display SARIF result
run: |
cat jira_secret_report.sarif | jq | head -n 20
Expand Down

0 comments on commit 06773ce

Please sign in to comment.