Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch authored May 15, 2024
1 parent 92d9350 commit f287212
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ Before getting started, you will need to:

* install docker
* [pull the container image from GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) by:
* creating a personal access token with `read:packages` permission scoped to the DfE-Digital org
* setting your PAT token as an enviornment variable: `export CR_PAT=YOUR_TOKEN`
* logging in with docker: `echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin`
* pulling the image: `docker pull ghcr.io dfe-digital/automated-threat-models`
* pulling the image: `docker pull ghcr.io/dfe-digital/automated-threat-models:main`
* data from Splunk regarding your Azure resources including: name, kind, type (s1XXX-functionX, functionapp, microsoft.web/sites) **note that this is to be automated in the next iteration**

### Automated threat models (DfE)
Expand Down

0 comments on commit f287212

Please sign in to comment.