File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "sbom" : false ,
33 "fixups" : [
4- {
5- "pattern" : " Scanning your code and (\\ d+) packages across (\\ d+)" ,
6- "replace" : " Scanning your code and P packages across M"
7- },
84 {
95 "pattern" : " Scanner: govulncheck@v.*" ,
106 "replace" :
" Scanner: [email protected] " 2521 "pattern" : " package (.*) is not in (GOROOT|std) (.*)" ,
2622 "replace" : " package foo is not in GOROOT (/tmp/foo)"
2723 },
28- {
29- "pattern" : " modified (.*)\\ )" ,
30- "replace" : " modified 01 Jan 21 00:00 UTC)"
31- },
3224 {
3325 "pattern" : " Go: (go1.[\\ .\\ d]*|devel(.*)).*" ,
3426 "replace" : " Go: go1.18"
Original file line number Diff line number Diff line change 99 "pattern" : " file:///(.*)/testdata/(.*)/vulndb" ,
1010 "replace" : " testdata/vulndb"
1111 },
12- {
13- "pattern" : " modified (.*)\\ )" ,
14- "replace" : " modified 01 Jan 21 00:00 UTC)"
15- },
1612 {
1713 "pattern" : " \" go_version\" : \" (go(.*)|devel(.*))\" " ,
1814 "replace" : " \" go_version\" : \" go1.18\" "
Original file line number Diff line number Diff line change 2121 "replace" : " \" offset\" : \u003c o\u003e " ,
2222 "comment" : " modify position offsets in json"
2323 },
24- {
25- "pattern" : " Scanning your code and (\\ d+) packages across (\\ d+)" ,
26- "replace" : " Scanning your code and P packages across M"
27- },
28- {
29- "pattern" : " Scanner: govulncheck@v.*" ,
30- "replace" :
" Scanner: [email protected] " 31- },
3224 {
3325 "pattern" : " \" scanner_version\" : \" [^\" ]*\" " ,
3426 "replace" : " \" scanner_version\" : \" v0.0.0-00000000000-20000101010101\" "
You can’t perform that action at this time.
0 commit comments