Skip to content

Commit

Permalink
deps: bump the production-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [anchore/scan-action](https://github.com/anchore/scan-action).


Updates `docker/build-push-action` from 6.2.0 to 6.4.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.2.0...v6.4.0)

Updates `anchore/scan-action` from 3.6.4 to 4.0.0
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@3343887...04b73ec)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 78c02ed commit 08d386b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
type=semver,pattern=v{{major}},value=${{ inputs.version }}
- name: Build Docker image
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.4.0
id: build
with:
file: "${{ inputs.docker-file }}"
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

# Scan the image for vulnerabilities
- name: Run the Anchore Grype scan action
uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a
uses: anchore/scan-action@04b73ec0bba3de85519c4ec634bffedead788f96
id: scan
with:
image: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.version }}@${{ needs.build-publish-image.outputs.digest }}"
Expand Down

0 comments on commit 08d386b

Please sign in to comment.