Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
persist-credentials: false

- name: Run Gosec Security Scanner
uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
uses: securego/gosec@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0
with:
args: ./...

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
persist-credentials: false

- name: Run Gosec Security Scanner
uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
uses: securego/gosec@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0
with:
args: ./...

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Setup gosec
env:
GOSEC_VERSION: v2.22.11
GOSEC_VERSION: v2.23.0
run: |
go install github.com/securego/gosec/v2/cmd/gosec@${GOSEC_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tooling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
persist-credentials: false

- name: Run Gosec Security Scanner
uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
uses: securego/gosec@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0
with:
args: ./...

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tooling-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
persist-credentials: false

- name: Run Gosec Security Scanner
uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
uses: securego/gosec@398ad549bbf1a51dc978fd966169f660c59774de # v2.23.0
with:
args: ./...

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.25.6-alpine3.23@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92
ARG GOSEC_VERSION=2.22.11@sha256:4c42d880c93d9a38771dc130a705bae2480a45a1bb32240249806b12d7641d6d
ARG GOSEC_VERSION=2.23.0@sha256:4e57b8cf5d43857a9d4b394f162be7c4c5c346e469a3db9f2be53f257501b37f

FROM securego/gosec:${GOSEC_VERSION} AS gosec

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION=1.25.6-alpine3.23@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92
ARG GOSEC_VERSION=2.22.11@sha256:4c42d880c93d9a38771dc130a705bae2480a45a1bb32240249806b12d7641d6d
ARG GOSEC_VERSION=2.23.0@sha256:4e57b8cf5d43857a9d4b394f162be7c4c5c346e469a3db9f2be53f257501b37f

FROM securego/gosec:${GOSEC_VERSION} AS gosec

Expand Down
Loading