Giter VIP home page Giter VIP logo

Comments (2)

sethvargo avatar sethvargo commented on July 23, 2024

Hi @erzz

Thank you for opening an issue. GitHub Actions (the platform) is what actually performs secret scrubbing. Two things here:

  1. I would recommend opening a security issue with GitHub. It looks like, from your example, it's possible to exfiltrate secrets from a shared workflow because the "secret" provenance is lost.
  2. I would suggest switching to the native Cloud Run Secret Manager integration. That would prevent this type of leak because the secrets are resolved at runtime instead of deploy time.

I don't know if there's anything we can do in our action, since you're passing secrets via environment variables. It would not be safe for us to parse and mark values as secret, since not all environment variables are secret.

from deploy-cloudrun.

erzz avatar erzz commented on July 23, 2024

Hi @sethvargo - thanks for getting back!

  1. I think you are perhaps correct - that a secret (reusable workflow) --> input (action) is not honoured in their scrubbing mechanism
  2. Agreed! This was an older project started before secret manager was available in CR

Alright lets close this for now and I will raise an issue with Github. Thanks!

from deploy-cloudrun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.