File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Project Status: **In Active Development**
56
56
57
57
```
58
58
- name: Create JIRA tickets from SARIF
59
- uses: GeorgeDavis-Ibexlabs/publish-sarif-to-jira@v0.0.9
59
+ uses: GeorgeDavis-Ibexlabs/publish-sarif-to-jira@v0.0.10
60
60
```
61
61
Refer to [ Create JIRA tickets from SARIF using GitHub Actions] ( https://github.com/marketplace/actions/create-jira-tickets-from-sarif )
62
62
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Project Status: **In Active Development**
55
55
56
56
```
57
57
- name: Create JIRA tickets from SARIF
58
- uses: GeorgeDavis-Ibexlabs/publish-sarif-to-jira@v0.0.9
58
+ uses: GeorgeDavis-Ibexlabs/publish-sarif-to-jira@v0.0.10
59
59
```
60
60
Refer to [ Create JIRA tickets from SARIF using GitHub Actions] ( https://github.com/marketplace/actions/create-jira-tickets-from-sarif )
61
61
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def main():
122
122
issue_type = "Task"
123
123
)
124
124
else :
125
- raise Exception ( " No results found." )
125
+ logger . error ( "[" + sarif_tool_name + "]: No results found." )
126
126
127
127
logger .info ("Success." )
128
128
You can’t perform that action at this time.
0 commit comments