Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/securego/gosec to v2 #861

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

grafanarenovatebot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/securego/gosec require major v0.0.0-20200401082031-e946c8c39989 -> v2.20.0

Release Notes

securego/gosec (github.com/securego/gosec)

v2.20.0

Compare Source

Changelog

  • 6fbd381 Catch os.ModePerm permissions in os.WriteFile
  • dc5e5a9 Add a unit test to detect the false negative in rule G306 for os.ModePerm permissions
  • 417a44c Add filepath.EvalSymlinks to clean functions in rule G304
  • d34f8b7 chore(deps): update all dependencies
  • 8658b8e Update Go to version 2.22.3 in CI and release
  • d3b2359 chore(deps): update module golang.org/x/text to v0.15.0
  • cf29d54 chore(deps): update all dependencies
  • 09d62bd chore(deps): update module github.com/onsi/gomega to v1.33.0
  • 3b23ec8 Update to go 1.22.2
  • 31009c3 chore(deps): update all dependencies
  • daf6f67 chore(deps): update module github.com/onsi/ginkgo/v2 to v2.17.1
  • e27f442 chore(deps): update all dependencies
  • 5513615 fix(helpers/goversion): get from go.mod
  • 43b8b75 chore: fix function name
  • accd7a1 chore(deps): update all dependencies
  • 48aa72e Format the imports using the gci tool
  • b6df69c Fixup: delete unused variable
  • ccb0a08 Fix test: update test to comply with the spec of generated sources
  • 3a0ea51 Refactor: use standard function to check if a file is generated
  • 11c3252 Fix lint warnings
  • be378e6 Add support for math/rand/v2 added in Go 1.22
  • 36878a9 Skip the G601 tests for Go version 1.22
  • 903c75b Update go version to 1.22.1 and 1.21.8
  • f25ccd9 Ignore 'implicit memory aliasing' rule for Go 1.22+
  • 582e91a chore(deps): update all dependencies
  • 198a40c chore(deps): update module golang.org/x/tools to v0.18.0
  • c824a5d fix(hardcoded): remove duplicated Stripe API Key
  • d13d7da Update gosec version to v2.19.0 in the Github action

v2.19.0

Compare Source

Changelog

  • 26e57d6 Update CI to go version 1.22
  • e60b8d8 chore(deps): update all dependencies
  • 1285eb7 chore(deps): update all dependencies
  • cf4ab3e chore(deps): update all dependencies
  • 277553c chore(deps): update all dependencies
  • 57ec76b chore(deps): update all dependencies
  • 8fa46c1 chore(deps): update dependency babel-standalone to v7.23.7
  • 53aa3f7 chore(deps): update module golang.org/x/crypto to v0.17.0 [security]
  • 187adab chore(deps): update all dependencies
  • e1f27ba chore(deps): update actions/setup-go action to v5
  • 2aad3f0 Fix lint warnings by properly formatting the files
  • 0e2a618 chore: Refactor Sample Code to Separate Files
  • bc03d1c Update go version to 1.21.5 and 1.20.12 (#​1084)
  • 79a6b47 chore(deps): update all dependencies (#​1080)
  • eb256a7 Ignore the issues from generated files when using the analysis framework (#​1079)
  • 43b7cbf Update README with upload-sarif v2 (#​1078)
  • fece498 chore(deps): update dependency babel-standalone to v7.23.4
  • 24c614b Added ppc64le support
  • c736581 chore(deps): update all dependencies
  • 3188e3f Ensure ignores are handled properly for multi-line issues
  • 6d56592 Update Go to version 1.21.4 and 1.20.11
  • 870103b chore(deps): update module golang.org/x/text to v0.14.0
  • b50e493 chore(deps): update all dependencies
  • 2f9965b Remove the hardcoded GOOS value when building the Linux binary to enable support for container image for ARM
  • fa1b74d Avoid allocations with (*regexp.Regexp).MatchString
  • 64bbe90 Fix some typos
  • d9071e3 Update local installation instructions by removing the details for Go 1.16
  • 5d837bc Update gosec version to 2.18.2 in the action

v2.18.2

Compare Source

Changelog

  • 55d7949 Disable dot-imports in revive linter
  • 4656817 chore(deps): update module github.com/onsi/gomega to v1.28.1
  • 5567ac4 Run the gosec with data race detector active during tests
  • a239758 Fix data race in the analyzer
  • c06903a Fix test that checks the overriden nosec directive
  • bde2619 Clean global state in flgs tests
  • e108c56 Format the file
  • e298388 Update README with details which describe the current behaviour of #nosec
  • d8a6d35 Ensure the ignores are parsed before analysing the package
  • 7846db0 chore(deps): update all dependencies
  • 8e0cf8c Update gosec to version 2.18.1 in the action
  • 6b12a71 Update cosign version to v2.2.0

v2.18.1

Compare Source

Changelog

  • 0ec6cd9 Refactor how ignored issues are tracked
  • f338a98 Restrict the maximum depth when tracking the slice bounds
  • 7e2d8d3 Handle empty ssa results
  • 074353a Handle gracefully any panic that occurs when building the SSA representation of a package
  • ec31a3a Fix typo
  • a11eb28 Handle new function when getting the call info in case is overriden
  • 5b7867d Bump golang.org/x/net from 0.16.0 to 0.17.0 (#​1037)
  • dd08f99 Update to Go 1.21.3 and 1.20.10 (#​1035)
  • 616520f Update the list of unsafe functions detected by the unsafe rule (#​1033)
  • 3952187 Update the action to use gosec version v2.18.0 (#​1029)
  • 2b62dd1 Use a step ID in github release action to get the digest of the image (#​1028)

v2.18.0

Compare Source

Changelog

  • 53fc0c3 Update to go version 1.21.2 and 1.20.9 (#​1027)
  • 7f7c47f chore(deps): update all dependencies (#​1026)
  • d864a91 Enable gochecknoinits; fix lint issues; use consts for some vars (#​1022)
  • 09cf6ef Fix typos in struct fields, comments, and docs (#​1023)
  • 665e87b chore(deps): update all dependencies
  • 4def3a4 Fix lint warning
  • 0d332a1 Add a new rule which detects when a file is created with os.Create but the configured permissions are less than 0666
  • 293d887 Fix lint warnings
  • ac482cb Update ginkgo to latest version
  • e02e2f6 Redesign and reimplement the slice out of bounds check using SSA code representation
  • e1278f9 docs: add reMarkable to users list
  • f6a6496 chore(deps): update all dependencies
  • aebe20c Drop support for go 1.19.x since go team doesn't ship anymore security fixes for it
  • 7a98537 Update to latest go version
  • b192f06 chore(deps): update all dependencies (#​1011)
  • 6c93653 Fix hardcoded_credentials rule to only match on more specific patterns (#​1009)
  • 325eb19 chore(deps): update all dependencies (#​1008)
  • beef125 Exclude maps from slince bounce check rule (#​1006)
  • 21d13c9 Ignore struct pointers in G601 (#​1003)
  • 85005c4 Update gosec image version to 2.17.0 in the Github action (#​1002)
  • 6a2c5e1 Update cosign to version v2.1.1 (#​1000)

v2.17.0

Compare Source

Changelog

v2.16.0

Compare Source

Changelog

  • c5ea1b7 Update cosign to latest version in release Github action (#​958)
  • 8632a8c chore(deps): update all dependencies (#​956)
  • ae3c2f7 Update go version in build and release scripts (#​957)
  • 970cc29 chore(deps): update all dependencies (#​955)
  • 47bfd4e Update Go version to 1.20.3 (#​953)
  • 440141a chore(deps): update all dependencies (#​952)
  • 7df7baa Fix for Dockerfile smell DL3059 (#​951)
  • 2ee3213 README: upgrade GitHub action in examples (#​950)
  • 68b5201 enable ginkgolinter linter (#​948)
  • 780ebd0 chore(deps): update all dependencies (#​947)
  • d6aeaad correct gci linter (#​946)
  • 73f0efc remove deprecated linters
  • aef69b3 increase timeout to 5m
  • 6bad723 chore(deps): update all dependencies
  • 96bb741 Use the latest version
  • 6a73248 Fix some linting warnings
  • 83fc5e6 Fix lint warning
  • 8e7cf4b Bump the go versions and golanci
  • e7bfcd1 chore(deps): update all dependencies (#​942)
  • f823a7e Check nil pointer when variable is declared in a different file
  • cdd3476 fix dead link to issue.go in README.md (#​936)
  • d5a9c73 Remove rule G307 which checks when an error is not handled when a file or socket connection is closed (#​935)
  • 27bf0e4 Fix rule index reference into sarif report (#​934)
  • e7b896f Bump golang.org/x/net from 0.6.0 to 0.7.0
  • 4340efa Format file
  • f850069 Use the gosec issue in the go analysers
  • b1fd948 Fix file formatting
  • 2071786 Update Go version in CI builds
  • 1915717 Fix method name in the comment
  • de2c6a3 Extract the issue in its own package
  • 31e6327 Add support for Go analysis framework and SSA code representation
  • e795d75 chore(deps): update all dependencies (#​931)
  • 8aa00db Remove the version form ci github action
  • 392e53c Pin github action to latest release version 2.15.0
  • ffe254e Revert the image tag in github action until a working solution is found
  • a0eddfb Fix version interpolation in github action image
  • d22a7b6 Add gosec version as an input parameter to GitHub action (#​927)
  • 2d6b0a5 Update release build script (#​924)

v2.15.0

Compare Source

Changelog

v2.14.0

Compare Source

Changelog

  • 1af1d5b Pin release build to Go version 1.19.2 (#​882)
  • 0ae0174 Refactor to support duplicate imports with different aliases (#​865)
  • a2719d3 chore(deps): update all dependencies (#​881)
  • ed38681 go.mod: ginkgo/v2 v2.3.1, golang.org/x/text v0.3.8, update go versions (#​880)
  • 8466173 Update Go version to 1.19 in the makefile (#​876)
  • f9ad0d8 chore(deps): update all dependencies (#​875)
  • 6cd9e62 Add CWE-676 to cwe mapping (#​874)
  • bb4a1e3 chore(deps): update all dependencies (#​872)
  • 7ea37bb Add a way to use private repositories on GitHub (#​869)
  • e244c81 chore(deps): update all dependencies (#​868)
  • e9b2781 Check go version when installing govulncheck
  • 88c23de Check go version when running govulncheck
  • 84f6424 Add vulncheck to the test steps
  • 180fc23 chore(deps): update all dependencies
  • dfde579 Fix false positives for G404 with aliased packages
  • aaaf80c chore(deps): update all dependencies
  • ae58325 chore(deps): update all dependencies
  • a892be9 fix: add a CWE ID mapping to rule G114
  • a319b66 chore(deps): update golang.org/x/crypto digest to bc19a97

v2.13.1

Compare Source

Changelog

  • 19fa856 fix: make sure that nil Cwe pointer is handled when getting the CWE ID
  • 62fa4b4 test: remove white spaces from template
  • 074dc71 fix: handle nil CWE pointer in text template

v2.13.0

Compare Source

Changelog

v2.12.0

Compare Source

Changelog

v2.11.0

Compare Source

Changelog

  • 607d607 Enable Go 1.18 in the ci and release workflows
  • b99b5f7 Fix the lint action after upgrade (#​790)
  • 8af0af7 chore(deps): update all dependencies (#​789)
  • ea5d31f Add a recursive flag -r to skip specifying ./... path
  • 48bbf96 Adds directory traversal for Http.Dir("/")

v2.10.0

Compare Source

Changelog

  • 26f10e0 Extend the release action to sign the docker image and binary files with cosign (#​781)
  • 7d539ed feat: add concurrency option to parallelize package loading (#​778)
  • 43577ce chore(deps): update all dependencies
  • c0680bb Process the code snippet before adding it to the SARIF report
  • db8d98b Updated sponsor link in README.md
  • 507f847 chore(deps): update golang.org/x/crypto commit hash to 30dcbda
  • 853e1d5 chore(deps): update all dependencies
  • 09a2941 Use the CWE name as a name in the SARIF report
  • 9399e7b chore(deps): update all dependencies (#​771)
  • 2fad8a4 Resolve the TLS min version when is declarted in the same package but in a different file
  • 1fbcf10 Add a test for tls min version defined in a different file
  • b12c0f6 chore(deps): update all dependencies (#​765)

v2.9.6

Compare Source

Changelog

v2.9.5

Compare Source

Changelog

v2.9.4

Compare Source

Changelog

  • b45f95f Add support for suppressing the findings
  • 040327f chore(deps): update all dependencies (#​734)

v2.9.3

Compare Source

Changelog

6a41fb9 Fix https://github.com/securego/gosec/issues/714 (#​733)
c95e9c2 chore(deps): update all dependencies (#​731)

v2.9.2

Compare Source

Changelog

e57efa8 Fix a panic in suproc rule when the declaration of the variable is not available in the AST (#​728)
ff17c30 Use go embed for templates (#​725)
3eba7b8 add openssh to docker image (#​719)
55c6cea Fix crash when parsing the TLS min version value (#​724)
40fa36d G303: catch with os.WriteFile, add os.Create test case (#​718)
873ac24 chore(deps): update all dependencies (#​722)
f1f0056 Spelling fixes (#​717)
0680c75 chore(deps): update all dependencies (#​716)
79c8b79 use a better naming for the variable (#​715)

v2.9.1

Compare Source

Changelog

6921395 Fix the SBOM generation step in the release action (#​712)
5a3a27a Phase out support for go version 1.15 because current ginko is not backward compatible (#​710)

v2.9.0

Compare Source

v2.8.1

Compare Source

Changelog

3f800cc Fix the unit tests (#​652)
df10b65 Fix gosimple lint warning (#​651)
731d0d5 Results must always be present in the SARIF report (#​650)
3c230ac errors.go: add Hash.Write() to the white list. (#​648)
e72b1e5 Use of vars instead of func
c81cff0 Update all dependencies (#​646)
3ff0a2c Fixes #​644 (#​645)
e3dffd6 Update renovate configuration
aa35eb5 Delete renovate.json (#​642)
3b1b77e add onboarding (#​640)
03360ba Update renovate configuration
8a8dbec Tidy up the dependencies (#​637)
3a4d09b Update all dependencies (#​635)
6cde6b3 Disable cache in golangci job (#​636)
1256f16 Fix lint and fail on error in the ci build
dbb9811 Add crypto and lint to the tools modules
244adc6 Update the github ci action to use cache and matrix strategy
df1249d Update install.sh with more installation options
af27673 Update README.md

v2.8.0

Compare Source

Changelog

9fc8e20 Add favicon for HTML template (#​628)
91dae7f Update the design of HTML report
e72f54e Fix HTML template and display the gosec version
c3f25b8 fix html report tag styling (#​623)
433a674 show nosec in html report summary (#​621)
d040f07 Handle gosec version in SARIF report
51f7411 Add arm64 support (#​618)
e7ac882 Update go version to 1.16 (#​616)
3a9a6ad Sarif provide Snippet with Issue.Code
1325319 Create dependabot.yml (#​614)
d8cfcd6 Allow the user to enable/disable colorisation of the text report in the stdout
a8b633f Adding stdout and verbose flags and refactor how the report is saved
103c429 Enable golangcli and improve testing for formatters
4df7f1c Fix typos, Go Report link and Gofmt
f4ea33d Update how the test coverage is generated
c4f5932 Refactor : Replace Cwe with cwe.Weakness
ddfa253 Define a report package with core and per format sub-packages
cc83d4c Generate the SARIF types, handle taxonomies and separate responsibilities
0fa5d0b Fix the go modules after updating to get the tests passing (#​605)
3763953 Migrate sonar types in a dedicated package (#​604)
b519743 chore(deps): update all dependencies (#​599)
569328e Fix typos (#​594)
0695fa0 Add -u to local install instructions (#​595)
7f2308b Tidy up the moduels after updating (#​593)
f21b0b8 chore(deps): update all dependencies (#​592)
148e608 Adding KICS to USERS.md (#​590)

v2.7.0

Compare Source

Changelog

27a5ffb Quiet warnings about integer truncation (#​586)
bf2cd23 Update all dependencies (#​585)
01ee764 Fix typo in USERS.md (#​583)
9c047e3 Add support for Go 1.16 in the CI and release workflows (#​581)
1fce461 fix: WriteParams rule to work also with golang 1.16 (#​577)
dcbcc4d Use a more generic path for sonarqube import path (#​573)
2777e50 Update README with a note which describes how to import a SonarQube report (#​572)
897c203 Reset the state of TLS rule after each version check (#​570)
6c57ae1 Fix sarif formatting issues (#​565)
b6524ce Update all dependencies

v2.6.1

Compare Source

Changelog

00bbbd8 Fix the release workflow to allow unsecure commands

v2.6.0

Compare Source

v2.5.0

Compare Source

Changelog

a4746e1 Update all dependencies (#​533)
6bd6e4b Use $(go env GOPATH) that works even when GOPATH is not set
aef335a Fix typo in README.md
0ce48a5 Reproducible junit report (#​529)
868556b Update README with the correct path to tlsconfig command
13519fd Update the tls configuration generate to handle also the NSS alternative names
e351067 Update all dependencies
166e4f5 Update README file with some more details required to run successfully a scan with the docker image
f5cc32a Update the Go version to 1.15 in the Makefile
ea0fa28 Update the Github go action version to 1.6.0
feea8bb Fix the action tag
6688a97 Fix the github action for Go 1.15
7234349 Add Go 1.15 to the supported version and phase out the Go 1.12
a3895d5 Fix typo in README file
17c9555 Incorrect local installation instructions for v2
f13b8bc Add also filepath.Rel as a sanitization method for input arg


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@grafanarenovatebot grafanarenovatebot bot requested a review from a team as a code owner August 30, 2024 00:10
@grafanarenovatebot
Copy link
Contributor Author

ℹ Artifact update notice

File name: scripts/go/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/securego/gosec/v2 v2.20.1-0.20240822074752-ab3f6c1c83a0 -> v2.20.1-0.20240822074752-ab3f6c1c83a0

@grafanarenovatebot grafanarenovatebot bot force-pushed the grafanarenovatebot/github.com-securego-gosec-2.x branch from 2576b52 to 576cec6 Compare August 30, 2024 08:04
@mem mem merged commit a17f5e8 into main Aug 30, 2024
2 checks passed
@mem mem deleted the grafanarenovatebot/github.com-securego-gosec-2.x branch August 30, 2024 22:27
ka3de added a commit that referenced this pull request Sep 2, 2024
* k6runner: always log error code and string to user's logger
* Update module golang.org/x/sync to v0.8.0 (#812)
* Update module golang.org/x/net to v0.28.0 (#813)
* Build(deps): Bump the prometheus-go group across 1 directory with 2 updates (#827)
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.22.0 (#817)
* Update module go.k6.io/k6 to v0.53.0 (#823)
* Update dependency grafana/k6 to v0.53.0
* Update module github.com/miekg/dns to v1.1.62
* Update github.com/grafana/loki/pkg/push digest to 9315b3d
* Update golang.org/x/exp digest to 9b4947d
* Update github.com/securego/gosec/v2 digest to ab3f6c1
* Update github.com/grafana/loki/pkg/push digest to 246a1df
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.23.0
* Build(deps): Bump github.com/prometheus/client_golang
* Update module github.com/securego/gosec to v2
* renovate: fix grafana-build-tools dependency regex
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.23.0
* drone: regenerate pipelines
* Add with-browser Docker image (#829)
* Update module github.com/prometheus/prometheus to v0.54.1 (#843)
* Update module github.com/prometheus/common to v0.56.0 (#849)
* Build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0
* Build(deps): Bump github.com/prometheus/common
* renovate: group prometheus-go updates
* renovate: enable default managers
* renovate: add `dependencies` label to PRs
* dependabot: remove
* Update renovatebot/github-action action to v40.2.7 (#859)
* go: upgrade to 1.23 (#838)
* Update module github.com/golangci/golangci-lint to v1.60.0 (#825)
* Update alpine Docker tag to v3.20 (#858)
* Update actions/checkout action to v4.1.7 (#857)
* Dockerfile: pin hash of debian:stable-slim image (#828)
* Update module github.com/mccutchen/go-httpbin/v2 to v2.14.1 (#860)
* Update module github.com/securego/gosec to v2 (#861)
* feat: Validate browser capability (#809)

Signed-off-by: ka3de <danijs12@hotmail.com>
@ka3de ka3de mentioned this pull request Sep 2, 2024
ka3de added a commit that referenced this pull request Sep 2, 2024
* k6runner: always log error code and string to user's logger
* Update module golang.org/x/sync to v0.8.0 (#812)
* Update module golang.org/x/net to v0.28.0 (#813)
* Build(deps): Bump the prometheus-go group across 1 directory with 2 updates (#827)
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.22.0 (#817)
* Update module go.k6.io/k6 to v0.53.0 (#823)
* Update dependency grafana/k6 to v0.53.0
* Update module github.com/miekg/dns to v1.1.62
* Update github.com/grafana/loki/pkg/push digest to 9315b3d
* Update golang.org/x/exp digest to 9b4947d
* Update github.com/securego/gosec/v2 digest to ab3f6c1
* Update github.com/grafana/loki/pkg/push digest to 246a1df
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.23.0
* Build(deps): Bump github.com/prometheus/client_golang
* Update module github.com/securego/gosec to v2
* renovate: fix grafana-build-tools dependency regex
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.23.0
* drone: regenerate pipelines
* Add with-browser Docker image (#829)
* Update module github.com/prometheus/prometheus to v0.54.1 (#843)
* Update module github.com/prometheus/common to v0.56.0 (#849)
* Build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0
* Build(deps): Bump github.com/prometheus/common
* renovate: group prometheus-go updates
* renovate: enable default managers
* renovate: add `dependencies` label to PRs
* dependabot: remove
* Update renovatebot/github-action action to v40.2.7 (#859)
* go: upgrade to 1.23 (#838)
* Update module github.com/golangci/golangci-lint to v1.60.0 (#825)
* Update alpine Docker tag to v3.20 (#858)
* Update actions/checkout action to v4.1.7 (#857)
* Dockerfile: pin hash of debian:stable-slim image (#828)
* Update module github.com/mccutchen/go-httpbin/v2 to v2.14.1 (#860)
* Update module github.com/securego/gosec to v2 (#861)
* feat: Validate browser capability (#809)

Signed-off-by: ka3de <danijs12@hotmail.com>
ka3de added a commit that referenced this pull request Sep 2, 2024
* k6runner: always log error code and string to user's logger
* Update module golang.org/x/sync to v0.8.0 (#812)
* Update module golang.org/x/net to v0.28.0 (#813)
* Build(deps): Bump the prometheus-go group across 1 directory with 2 updates (#827)
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.22.0 (#817)
* Update module go.k6.io/k6 to v0.53.0 (#823)
* Update dependency grafana/k6 to v0.53.0
* Update module github.com/miekg/dns to v1.1.62
* Update github.com/grafana/loki/pkg/push digest to 9315b3d
* Update golang.org/x/exp digest to 9b4947d
* Update github.com/securego/gosec/v2 digest to ab3f6c1
* Update github.com/grafana/loki/pkg/push digest to 246a1df
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.23.0
* Build(deps): Bump github.com/prometheus/client_golang
* Update module github.com/securego/gosec to v2
* renovate: fix grafana-build-tools dependency regex
* Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.23.0
* drone: regenerate pipelines
* Add with-browser Docker image (#829)
* Update module github.com/prometheus/prometheus to v0.54.1 (#843)
* Update module github.com/prometheus/common to v0.56.0 (#849)
* Build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0
* Build(deps): Bump github.com/prometheus/common
* renovate: group prometheus-go updates
* renovate: enable default managers
* renovate: add `dependencies` label to PRs
* dependabot: remove
* Update renovatebot/github-action action to v40.2.7 (#859)
* go: upgrade to 1.23 (#838)
* Update module github.com/golangci/golangci-lint to v1.60.0 (#825)
* Update alpine Docker tag to v3.20 (#858)
* Update actions/checkout action to v4.1.7 (#857)
* Dockerfile: pin hash of debian:stable-slim image (#828)
* Update module github.com/mccutchen/go-httpbin/v2 to v2.14.1 (#860)
* Update module github.com/securego/gosec to v2 (#861)
* feat: Validate browser capability (#809)

Signed-off-by: ka3de <danijs12@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant