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

update docker setup-buildx-action version #4230

Merged
merged 1 commit into from
Oct 7, 2024
Merged

update docker setup-buildx-action version #4230

merged 1 commit into from
Oct 7, 2024

Conversation

RMcVelia
Copy link
Contributor

@RMcVelia RMcVelia commented Oct 7, 2024

Trello card

https://trello.com/c/54CpSWSs/2078-git-snyk-alerts

Context

While fixing snyk base image vulnerabilities, noticed docker/setup-buildx-action was pinned to version 0.9.1
Removed this, and also added DOCKER_BUILD_RECORD_UPLOAD:false to build-push-action.

Changes proposed in this pull request

Updates to build and build-no-cache workflows

Guidance to review

Check build runs and review app deploys ok

@@ -121,8 +123,8 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
with:
version: v0.9.1 # More recent buildx versions generate an OCI manifest which is incompatible with Cloud Foundry
# with:
Copy link
Member

Choose a reason for hiding this comment

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

The comment can be deleted

Copy link
Contributor Author

Choose a reason for hiding this comment

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

deleted

Copy link

github-actions bot commented Oct 7, 2024

@RMcVelia
Copy link
Contributor Author

RMcVelia commented Oct 7, 2024

GIT snyk alerts

Copy link

sonarcloud bot commented Oct 7, 2024

@RMcVelia RMcVelia merged commit 9d2096d into master Oct 7, 2024
26 checks passed
@RMcVelia RMcVelia deleted the snyk-fix branch October 7, 2024 13:38
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.

2 participants