-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minimum supported version to LogScale 1.124.1
- Loading branch information
1 parent
bf6547e
commit 9d11ec5
Showing
21 changed files
with
150 additions
and
561 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,17 @@ jobs: | |
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.22.2' | ||
- name: Run Gosec Security Scanner | ||
run: | | ||
export PATH=$PATH:$(go env GOPATH)/bin | ||
go get github.com/securego/gosec/cmd/gosec | ||
go install github.com/securego/gosec/cmd/gosec | ||
gosec ./... | ||
- name: Run Staticcheck | ||
uses: dominikh/[email protected] | ||
with: | ||
version: "2023.1.7" | ||
install-go: false | ||
- name: operator image | ||
run: make docker-build-operator IMG=humio/humio-operator:${{ github.sha }} | ||
- name: helper image | ||
|
@@ -67,14 +78,3 @@ jobs: | |
container_tag: ${{ github.sha }} | ||
env: | ||
FALCON_CLIENT_SECRET: "${{ secrets.FALCON_CLIENT_SECRET }}" | ||
- name: Run Gosec Security Scanner | ||
run: | | ||
export PATH=$PATH:$(go env GOPATH)/bin | ||
go get github.com/securego/gosec/cmd/gosec | ||
go install github.com/securego/gosec/cmd/gosec | ||
gosec ./... | ||
- name: Run Staticcheck | ||
uses: dominikh/[email protected] | ||
with: | ||
version: "2023.1.7" | ||
install-go: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.