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

build(deps): bump aquasecurity/trivy-action from 0.3.0 to 0.4.0 #2557

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps aquasecurity/trivy-action from 0.3.0 to 0.4.0.

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.4.0

What's Changed ✨

New Contributors ❤️

Full Changelog: aquasecurity/trivy-action@0.3.0...0.4.0

Commits
  • 2b22459 Update tests for 0.28.1 and convert to JSON (#126)
  • 4b3b5f9 Add support for --ignorefile option (.trivyignore) (#122)
  • 1a53202 Use AWS public ECR instead of rate-limiting dockerhub (#118)
  • df3fb7d Update Trivy Version in Dockerfile (#117)
  • 987beb8 Enable security checks option for image type (#112)
  • See full diff in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @sagikazarmark.


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 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 [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Member

@sagikazarmark sagikazarmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@sagikazarmark sagikazarmark merged commit c538f3d into master Jun 16, 2022
@sagikazarmark sagikazarmark deleted the dependabot/github_actions/aquasecurity/trivy-action-0.4.0 branch June 16, 2022 16:41
xtremerui pushed a commit to concourse/dex that referenced this pull request Aug 2, 2022
<!-- Release notes generated using configuration in .github/release.yml at v2.33.x -->

## What's Changed
### Exciting New Features 🎉
* add PKCE support to device code flow by @bobcallaway in dexidp#2575
### Enhancements 🚀
* Limit the amount of objects we attempt to GC on each cycle by @kellyma2 in dexidp#2524
* Use GitLab's refresh_token during Refresh. by @dhaus67 in dexidp#2352
* Add domainHint parameter to Microsoft Connector by @josephtknight in dexidp#2586
* add config to explicitly set scopes for microsoft connector by @bobcallaway in dexidp#2582
### Bug Fixes 🐛
* fix: prevent cross-site scripting for the device flow by @nabokihms in dexidp#2468
* grpc-client: Do not crash on empty response by @bbusse in dexidp#2584
### Dependency Updates ⬆️
* build(deps): bump helm/kind-action from 1.2.0 to 1.3.0 by @dependabot in dexidp#2555
* build(deps): bump aquasecurity/trivy-action from 0.3.0 to 0.4.0 by @dependabot in dexidp#2557
* build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0 by @dependabot in dexidp#2577
* build(deps): bump aquasecurity/trivy-action from 0.4.0 to 0.5.1 by @dependabot in dexidp#2576
* build(deps): bump mheap/github-action-required-labels from 1 to 2 by @dependabot in dexidp#2565
* build(deps): bump google.golang.org/api from 0.82.0 to 0.86.0 by @dependabot in dexidp#2574
* build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in dexidp#2560
* build(deps): bump aquasecurity/trivy-action from 0.5.1 to 0.6.0 by @dependabot in dexidp#2602
* build(deps): bump alpine from 3.16.0 to 3.16.1 by @dependabot in dexidp#2598
* build(deps): bump golang from 1.18.3-alpine3.15 to 1.18.4-alpine3.15 by @dependabot in dexidp#2592
* build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in dexidp#2599
* build(deps): bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.4 by @dependabot in dexidp#2606
* build(deps): bump google.golang.org/api from 0.86.0 to 0.89.0 by @dependabot in dexidp#2605
* build(deps): bump aquasecurity/trivy-action from 0.6.0 to 0.6.1 by @dependabot in dexidp#2604

## New Contributors
* @kellyma2 made their first contribution in dexidp#2524
* @josephtknight made their first contribution in dexidp#2586
* @bbusse made their first contribution in dexidp#2584

**Full Changelog**: dexidp/dex@v2.32.0...v2.33.0
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