Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Cosign-installer Alternatives
Similar projects and alternatives to cosign-installer
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
metadata-action
GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker
-
Fast-Api-Vue
Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GiHub Actions as CI/CD Pipeline. Vue + Daisy UI for the frontend
-
-
Fast-Api-example
Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GitHub Actions as CI/CD Pipeline
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
cosign-installer discussion
cosign-installer reviews and mentions
- 1minDocker #13 - Push, build and dockerize with GitHub Actions
- Automate Docker Image Builds and Push to GitHub Registry Using GitHub Actions 🐙
- Docker build fails on GitHub Action after net7 update
-
Sign Your Container Images with Cosign, GitHub Actions and GitHub Container Registry
[...] # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' uses: sigstore/cosign-installer@1e95c1de343b5b0c23352d6417ee3e48d5bcd422 with: cosign-release: 'v1.4.0' [...] # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker # repository is public to avoid leaking data. If you would like to publish # transparency data even for private images, pass --force to cosign below. # https://github.com/sigstore/cosign - name: Sign the published Docker image if: ${{ github.event_name != 'pull_request' }} env: COSIGN_EXPERIMENTAL: "true" # This step uses the identity token to provision an ephemeral certificate # against the sigstore community Fulcio instance. run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 17 Mar 2025
Stats
sigstore/cosign-installer is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Popular Comparisons
- cosign-installer VS login-action
- cosign-installer VS Fast-Api-Vue
- cosign-installer VS cosign
- cosign-installer VS sigstore-the-hard-way
- cosign-installer VS SignedContainers
- cosign-installer VS cosigneth
- cosign-installer VS build-push-action
- cosign-installer VS Fast-Api-Vueimages
- cosign-installer VS slskd
- cosign-installer VS metadata-action