You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ NOTE: make build compiles both functions.
76
76
- Same thing with `DescribeImageScanFindings` in report/report.go. The code could leverage goroutines and run concurrently.
77
77
- Mocks and some tests could be definitely improved. More tests should be added.
78
78
- The report funcion works well until 1000 repositories. The function currently doesn't implement paging. Paging for `DescribeRepositories` should be implemented.
79
+
- The functions use the legacy Slack Token instead of the preferred Slack Webhooks. Need some research to see how Blocks can be used with Webhooks.
79
80
80
81
## Issues
81
82
If stumble upon errors or just need a feature request, please open an issue. PRs are welcome.
0 commit comments