Skip to content

Commit

Permalink
build(deps): bump the github-actions-all group with 3 updates (#107)
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [goodwithtech/dockle-action](https://github.com/goodwithtech/dockle-action) and [anchore/scan-action](https://github.com/anchore/scan-action).


Updates `docker/build-push-action` from 6.10.0 to 6.13.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.10.0...v6.13.0)

Updates `goodwithtech/dockle-action` from 0.1.2 to 0.4.15
- [Release notes](https://github.com/goodwithtech/dockle-action/releases)
- [Commits](goodwithtech/dockle-action@v0.1.2...v0.4.15)

Updates `anchore/scan-action` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md)
- [Commits](anchore/scan-action@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: goodwithtech/dockle-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 30f9bb7 commit d9a10ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
# Build a docker image.
#
- name: Build an image from a dockerfile
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.13.0
with:
build-args: APPLICATION=${{ inputs.build-args }}
context: ${{ inputs.context }}
Expand All @@ -74,7 +74,7 @@ runs:
#
# Docker image linting (dynamic).
#
- uses: goodwithtech/dockle-action@v0.1.2
- uses: goodwithtech/dockle-action@v0.4.15
if: "false" # Disabled until the bug (#45) is fixed.
with:
image: ${{ steps.meta.outputs.tags }}
Expand All @@ -90,14 +90,14 @@ runs:
#
# Code and docker image security scanning.
#
- uses: anchore/scan-action@v6.0.0
- uses: anchore/scan-action@v6.1.0
with:
only-fixed: false
output-format: table
path: ${{ inputs.context }}
severity-cutoff: high
- name: Scan image using Grype
uses: anchore/scan-action@v6.0.0
uses: anchore/scan-action@v6.1.0
with:
image: ${{ steps.meta.outputs.tags }}
only-fixed: false
Expand Down

0 comments on commit d9a10ed

Please sign in to comment.