File tree Expand file tree Collapse file tree 9 files changed +23
-14
lines changed
Expand file tree Collapse file tree 9 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 1515 - id : detect-private-key
1616 exclude : " .*_test.go"
1717 - repo : https://github.com/codespell-project/codespell
18- rev : v2.4.1
18+ rev : v2.4.2
1919 hooks :
2020 - id : codespell
2121 files : " ^(docs/content|pkg|test)/.*"
Original file line number Diff line number Diff line change 6363 - name : workingdir
6464 value : $(workspaces.source.path)
6565 - name : hugo-build
66- image : docker.io/golang:1.25
66+ image : docker.io/golang:1.26
6767 workingDir : $(workspaces.source.path)
6868 script : |
6969 #!/usr/bin/env bash
Original file line number Diff line number Diff line change 5757 - name : workingdir
5858 value : $(workspaces.source.path)
5959 - name : unittest
60- image : docker.io/golang:1.25
60+ image : docker.io/golang:1.26
6161 workingDir : $(workspaces.source.path)
6262 env :
6363 - name : GOCACHE
9494 exit "${test_status}"
9595 - name : codecov
9696 # Has everything we need in there and we already fetched it!
97- image : docker.io/golang:1.25
97+ image : docker.io/golang:1.26
9898 workingDir : $(workspaces.source.path)
9999 env :
100100 - name : CODECOV_TOKEN
@@ -112,7 +112,7 @@ spec:
112112 chmod +x ./codecov
113113 ./codecov -C {{revision}} -v
114114 - name : upload-release
115- image : docker.io/golang:1.25
115+ image : docker.io/golang:1.26
116116 workingDir : $(workspaces.source.path)
117117 env :
118118 - name : HUB_TOKEN
Original file line number Diff line number Diff line change 5656 - name : unittest
5757 # we get bumped out when usingh the official image with docker.io
5858 # ratelimit so workaround this.
59- image : docker.io/golang:1.25
59+ image : docker.io/golang:1.26
6060 env :
6161 - name : GOCACHE
6262 value : $(workspaces.source.path)/go-build-cache/cache
9494 exit "${test_status}"
9595
9696 - name : coverage
97- image : docker.io/golang:1.25
97+ image : docker.io/golang:1.26
9898 env :
9999 - name : CODECOV_TOKEN
100100 valueFrom :
Original file line number Diff line number Diff line change @@ -166,14 +166,14 @@ spec:
166166
167167 - name : check-e2e-tests-naming
168168 displayName : " Check e2e tests naming convention"
169- image : docker.io/golang:1.25
169+ image : docker.io/golang:1.26
170170 workingDir : $(workspaces.source.path)
171171 script : |
172172 make lint-e2e-naming
173173
174174 - name : check-generated-schemas
175175 displayName : " Check generated OpenAPI schemas"
176- image : docker.io/golang:1.25
176+ image : docker.io/golang:1.26
177177 workingDir : $(workspaces.source.path)
178178 env :
179179 - name : HUB_TOKEN
Original file line number Diff line number Diff line change 1+ ---
2+ extends : existence
3+ level : error
4+ ignorecase : true
5+ scope : raw
6+ action :
7+ name : remove
8+ message : " Do not publish URLs that contain session identifiers. Exposed session IDs enable session hijacking and unauthorized account access."
9+ tokens :
10+ - ' [&?](sessionId|seSessionId)=[0-9a-zA-Z-]{8,}'
Original file line number Diff line number Diff line change 2020 " (?<!Mozilla )Thunderbird " : Mozilla Thunderbird
2121 " (?<!pseudo-)ops " : operations
2222 " (?<!self-)hosted engine|hosted-engine " : self-hosted engine
23- " bare metal( clusters?| compute| configuration| controls?| environments?| equipment| events?| hardware| hosts?| infrastructure| installations?| installers?| instances?| machines?| media| nodes?| provisioning| servers?| workers?| networks?) " : bare-metal$1
24- " bare-metal(?! clusters?| compute| configuration| controls?| environments?| equipment| events?| hardware| hosts?| infrastructure| installations?| installers?| instances?| machines?| media| nodes?| provisioning| servers?| workers?) " : bare metal
23+ " bare metal( clusters?| compute| configuration| controls?| environments?| equipment| events?| hardware| hosts?| infrastructure| installations?| installers?| instances?| machines?| media| nodes?| provisioning| servers?| systems?| workers?| networks?) " : bare-metal$1
24+ " bare-metal(?! clusters?| compute| configuration| controls?| environments?| equipment| events?| hardware| hosts?| infrastructure| installations?| installers?| instances?| machines?| media| nodes?| provisioning| servers?| systems?| workers?) " : bare metal
2525 " [bB]asic [aA]uth " : Basic HTTP authentication|Basic authentication
2626 " a lot(?: of)? " : many|much
2727 " best of breed|best-of-breed " : best in class
@@ -436,7 +436,7 @@ swap:
436436 virtual diskette drive : virtual floppy drive
437437 virtual diskette(?! drive) : virtual floppy disk
438438 virtual DOS machine : DOS session
439- versus : compared to
439+ vs : versus| compared to
440440 virtual hard disk : virtual hard drive
441441 virtual-equals-real : nonpageable
442442 virtual-equals-virtual : pageable
Original file line number Diff line number Diff line change 1616 ' (?<!\/)etc(?!\/) ' : and so on
1717 ' \b(?:eg) ' : for example
1818 ' \b(?:ie) ' : that is
19- ' I(?!/O) ' : you
2019 ' is updatable|are updatable ' : can be updated|can be changed
2120 " (?<!the |the Red Hat )Hybrid Cloud Console|(?<!the )Red Hat Hybrid Cloud Console|(?<!the |Red Hat |Hybrid )Cloud Console|the Cloud Console " : the Red Hat Hybrid Cloud Console|the Hybrid Cloud Console
2221 all caps : uppercase
Original file line number Diff line number Diff line change 1414 taskSpec :
1515 stepsos :
1616 - name : step
17- image : registry.access.redhat.com/ubi9 /ubi-micro
17+ image : registry.access.redhat.com/ubi10 /ubi-micro
1818 script : |
1919 echo "HELLOMOTO"
2020 exit 0
You can’t perform that action at this time.
0 commit comments