Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ReadMe #67

Merged
merged 4 commits into from
Dec 19, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ The closure of consolidated tickets depends on the resolution of all the resourc
## Tenable Recognition
If Tenable findings are reported under the "Default" product name, this implementation will identify the findings based on the product fields and treat them as if they are under the product name "Tenable."

## Outputs

The action provides the following outputs:

- **updates**: List of URLs of created issues.
- **total**: Count of updates made during the run.
- **created**: Count of newly created issues.
- **closed**: Count of issues closed during the run.
- **jql**: The JQL query used for retrieving new updates.

You can utilize the outputs to extend the security hub functionalities. This is especially useful for real-time updates on your security findings and issue tracking.

For example, You can refer to this [Slack Alert Example](https://github.com/Enterprise-CMCS/mac-fc-embedded/blob/zarate-sechub-v2-enterprise/.github/workflows/jira-sync-v2-test.yaml) for a working implementation of Slack notifications in your Security Hub integration workflow.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend either moving the example code to the v2 (or main) branch or adding it to this readme file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yonassrobi updated the link to refer test.yaml in v2 branch with the slack alert example


## Inputs


Expand Down
Loading