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

Bump trufflesecurity/trufflehog from 857a37160074198a128f176f6534fd318d3c9494 to 1c727b66c0c29b9f01135914b20d7d8449404ab5 #149

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps trufflesecurity/trufflehog from 857a37160074198a128f176f6534fd318d3c9494 to 1c727b66c0c29b9f01135914b20d7d8449404ab5.

Changelog

Sourced from trufflesecurity/trufflehog's changelog.

builds:

  • binary: trufflehog ldflags:
    • -X 'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{ .Version }}' env: [CGO_ENABLED=0] goos:
    • linux
    • windows
    • darwin goarch:
    • amd64
    • arm64 dockers:
  • image_templates: ["trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64"] dockerfile: Dockerfile.goreleaser extra_files:
    • entrypoint.sh use: buildx build_flag_templates:
    • --platform=linux/amd64
    • --label=org.opencontainers.image.title={{ .ProjectName }}
    • --label=org.opencontainers.image.description={{ .ProjectName }}
    • --label=org.opencontainers.image.url=https://github.com/trufflesecurity/{{ .ProjectName }}
    • --label=org.opencontainers.image.source=https://github.com/trufflesecurity/{{ .ProjectName }}
    • --label=org.opencontainers.image.version={{ .Version }}
    • --label=org.opencontainers.image.revision={{ .FullCommit }}
    • --label=org.opencontainers.image.licenses=AGPL-3.0
  • image_templates: ["trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8"] goarch: arm64 dockerfile: Dockerfile.goreleaser extra_files:
    • entrypoint.sh use: buildx build_flag_templates:
    • --platform=linux/arm64/v8
    • --label=org.opencontainers.image.title={{ .ProjectName }}
    • --label=org.opencontainers.image.description={{ .ProjectName }}
    • --label=org.opencontainers.image.url=https://github.com/trufflesecurity/{{ .ProjectName }}
    • --label=org.opencontainers.image.source=https://github.com/trufflesecurity/{{ .ProjectName }}
    • --label=org.opencontainers.image.version={{ .Version }}
    • --label=org.opencontainers.image.revision={{ .FullCommit }}
    • --label=org.opencontainers.image.licenses=AGPL-3.0
  • image_templates: ["ghcr.io/trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64"] dockerfile: Dockerfile.goreleaser extra_files:
    • entrypoint.sh use: buildx build_flag_templates:
    • --platform=linux/amd64
    • --label=org.opencontainers.image.title={{ .ProjectName }}

... (truncated)

Commits
  • 1c727b6 fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 (#2649)
  • 2baacef fix(deps): update module github.com/thezeroslave/zapsentry to v1.22.0 (#2648)
  • 6dd2c34 fix(deps): update module github.com/aws/aws-sdk-go to v1.51.11 (#2646)
  • 31ad1ee Add JupiterOne detector (#2446)
  • e76dfb9 fix(deps): update module cloud.google.com/go/storage to v1.40.0 (#2645)
  • a71e56d fix(deps): update module github.com/launchdarkly/go-server-sdk/v6 to v6.2.0 (...
  • 3b58a15 Fix GitHub enumeration & rate-limiting logic (#2625)
  • f16fdca build: fix 'toolchair not available' error (#2642)
  • 862cb37 fix(deps): update module github.com/aws/aws-sdk-go to v1.51.10 (#2636)
  • 20dd450 make postman source public (#2635)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 857a37160074198a128f176f6534fd318d3c9494 to 1c727b66c0c29b9f01135914b20d7d8449404ab5.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
- [Commits](trufflesecurity/trufflehog@857a371...1c727b6)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2024 09:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2024
@janaknat janaknat merged commit 07ffe51 into main Apr 9, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/trufflesecurity/trufflehog-1c727b66c0c29b9f01135914b20d7d8449404ab5 branch April 9, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant