You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
PR #72 adds in a script to automatically run Microsoft's "OSPO Witness Client" process, which scans our dependencies and sends them to a microsoft endpoint to make sure all our deps are legit from a legal perspective.
Now,
These scripts require a personal access token.
We want to automate this, probably so we run it with every version tag.
We need a safe way to manage our personal access token.
Recommendation from Microsoft's OSPO office is to do the following:
Set up a single VSTS build definition (which is protected behind AAD) to detect changes to your GitHub repository and do nothing except:
Clone the repository
Generate the shrinkwrap
Run our tool to register your dependencies
Also note that once we do this for Glimpse.Client.Hud, we need to do this for Glimpse.Client & Glimpse.Browser.Agent repos also.
The text was updated successfully, but these errors were encountered:
PR #72 adds in a script to automatically run Microsoft's "OSPO Witness Client" process, which scans our dependencies and sends them to a microsoft endpoint to make sure all our deps are legit from a legal perspective.
Now,
Recommendation from Microsoft's OSPO office is to do the following:
Set up a single VSTS build definition (which is protected behind AAD) to detect changes to your GitHub repository and do nothing except:
Also note that once we do this for Glimpse.Client.Hud, we need to do this for Glimpse.Client & Glimpse.Browser.Agent repos also.
The text was updated successfully, but these errors were encountered: