harbor/src/pkg/scan
Chlins Zhang f615e41c46
[cherry-pick] fix: fix the invalid jobid for scan data export (#18421)
fix: fix the invalid jobid for scan data export

Change the JobId param type from int to string, use int will bring some
problems for encode/decode type mismatch which generate the invalid
repository name.

Fixes: #18380

Signed-off-by: chlins <chenyuzh@vmware.com>
2023-03-28 17:54:53 +08:00
..
dao lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
export [cherry-pick] fix: fix the invalid jobid for scan data export (#18421) 2023-03-28 17:54:53 +08:00
postprocessors lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
report lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
rest update golangci-lint for golang1.19 (#17817) 2022-11-18 11:40:01 +08:00
scanner lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
vuln lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
init_test.go lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
init.go refactor: generate scanner APIs by go-swagger 2021-03-03 04:23:36 +00:00
job_test.go lint: sort imports (#17131) 2022-07-20 11:33:08 +08:00
job.go Replaced io/ioutil with "os / io" package. (#17792) 2022-11-17 10:02:29 +08:00