Protect environment variables better #90
Labels
documentation
Improvements or additions to documentation
GHC_OSD
Grace Hopper Conference Open Source Day Issues
good first issue
Good for newcomers
help wanted
Extra attention is needed
We need to pass some environment variables into the analysis container in order for tools like Snyk to use, or for the GitHub API to be queried.
We also install packages into the container, so we should expect environment variable to walk away.
Some options:
I'm leaning toward the last one, which should be pretty straightforward. Places we run code:
npm i
,pip install
, ordotnet add
).These already exist near the end of the script, we might just need to move Snyk Code and manalyze up a bit.
The text was updated successfully, but these errors were encountered: