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 some actions and configure dependabot to update actions #1200

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

natalieparellano
Copy link
Member

No description provided.

@natalieparellano natalieparellano requested a review from a team as a code owner September 15, 2023 19:49
@@ -231,11 +229,11 @@ jobs:
MANIFEST_SHA=$(docker manifest push buildpacksio/lifecycle:${LIFECYCLE_IMAGE_TAG})
echo "MANIFEST_SHA: $MANIFEST_SHA"

COSIGN_PASSWORD=${{ secrets.COSIGN_PASSWORD }} cosign sign -r \
-key <(echo -n "${{ secrets.COSIGN_PRIVATE_KEY }}" | base64 --decode) \
COSIGN_PASSWORD=${{ secrets.COSIGN_PASSWORD }} cosign sign -r --tlog-upload=false \
Copy link
Member Author

Choose a reason for hiding this comment

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

Ideally we'd update cosign to use transparency logs instead of a private key... I'll do that in a separate PR

@natalieparellano
Copy link
Member Author

Comment on lines +8 to +11
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
Copy link
Member Author

Choose a reason for hiding this comment

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

@jjbustamante we could add something like this to pack to ensure actions are kept up-to-date there

@natalieparellano natalieparellano merged commit 06ffeed into main Sep 19, 2023
7 checks passed
@natalieparellano natalieparellano deleted the update-actions branch September 19, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants