iterative / dvc-studio-client

Client to interact with DVC Studio
http://docs.iterative.ai/dvc-studio-client/
Apache License 2.0
6 stars 6 forks source link

Bump trufflesecurity/trufflehog from 2a9f34962d9085787d4c80cd6546ff89ddca7d6d to d2676618c099cb1acddc51fac4c206ee4d6cbc39 #98

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps trufflesecurity/trufflehog from 2a9f34962d9085787d4c80cd6546ff89ddca7d6d to d2676618c099cb1acddc51fac4c206ee4d6cbc39.

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
  • d267661 [bug] - correclty handle nested archived directories (#1778)
  • 22876f8 replace interface{} with any. (#1771)
  • dbcb888 Update Source interface to use SourceID and JobID types (#1774)
  • bbc3be3 migrate buildpulse to integration test suite (#1775)
  • b4329e0 add buildpulse config to sources (#1764)
  • 1155ee2 Implement Gitlab source validation (#1765)
  • 31d17c4 fix: add missing error check in archive handler (#1770)
  • 72b6a9e Add a SourceType constant to all source packages (#1768)
  • be4d0bc Refactor SourceManager to remove Enrollment (#1740)
  • 91340c1 updating sendbirdorganizationapi detector to use tri-state verification (#1763)
  • 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 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)
dependabot[bot] commented 1 year ago

The following labels could not be found: maintenance.

codecov-commenter commented 1 year ago

Codecov Report

Patch has no changes to coverable lines.

:loudspeaker: Thoughts on this report? Let us know!.

dependabot[bot] commented 12 months ago

Superseded by #101.