Commit d1da33d
committed
validate: Fixes G104-gosec - handle errors in rescheduleScan and purgeOldClusterScanReports
*pkg/securityscan/jobHandler.go:72:5: G104: Errors unhandled (gosec)
c.rescheduleScan(scan)
*pkg/securityscan/jobHandler.go:73:5: G104: Errors unhandled (gosec)
c.purgeOldClusterScanReports(scan)1 parent 2e2cdb9 commit d1da33d
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
0 commit comments