camelotls/NowSecure Report Parser
Reformat the output from NowSecure in order to be used in the Jira Server Integration Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- MIT
Pinned Snippet
uses: camelotls/actions-nowsecure@b090af30b665881ea33d52a01fd851f67243293c # v1.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PLATFORMS | An array of the platforms the NowSecure report has run against | yes | — |
| NOWSECURE_ACCESS_TOKEN | The access token retrieved from NowSecure in order for the action to be able to interact with NowSecure's API | yes | — |
| REPORT_FIELDS | A list of valid fields from NowSecure's assessement report | no | "" |
| IOS_PACKAGE | The name of the app's package for the iOS platform | no | — |
| ANDROID_PACKAGE | The name of the app's package for the Android platform | no | — |
| NOWSECURE_GROUP_ID | The application group to use for the assessment | yes | — |
| SEVERITY_LIST | The list of severity issues provided by NowSecure | no | — |
| EXTRACT_REPORT | Retrieve the NowSecure report per platform, per assessment. | no | false |
Outputs
| name | description |
|---|---|
| NOWSECURE_DATA | JSON style object with specific data from the NowSecure report |