Giter VIP home page Giter VIP logo

Comments (3)

moolen avatar moolen commented on May 31, 2024 1

I think we shouldn't be affected when looking at the pipeline:

      - name: Publish Unit Test Coverage
        uses: codecov/codecov-action@v1
        with:
          flags: unittests
          file: ./cover.out

From the blog post:

  • (1) Any credentials, tokens, or keys that our customers were passing through their CI runner that would be accessible when the Bash Uploader script was executed.
  • (1b) Any services, datastores, and application code that could be accessed with these credentials, tokens, or keys.
  • (2) The git remote information of repositories using the Bash Uploaders to upload coverage to Codecov in CI.

We don't pass any secret/environment variables into it, so 1 and 1b does not apply, 2 is public information anyway.

Rotating credentials regularly isn't a bad idea anyway ;)

from external-secrets.

knelasevero avatar knelasevero commented on May 31, 2024

@riccardomc got an email about our original CS solution, and I am rotating our secrets there. Not sure why we were not affected here.

from external-secrets.

knelasevero avatar knelasevero commented on May 31, 2024

Rotating regularly is for sure a great idea! Gonna close this issue then :)

from external-secrets.

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.