-
Notifications
You must be signed in to change notification settings - Fork 1
Chore: [AEA-0000] - move to new qc #653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
402b458
b36b474
947222e
a7c4ee7
a5ed87b
d862429
770fcb8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # restrict access to approving workflow changes | ||
| .github/workflows/ @NHSDigital/eps-admins | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,3 +28,4 @@ _site/ | |
| vendor | ||
| .trivy_out/ | ||
| *.tgz | ||
| .sbom/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| ignore: | ||
| # picomatch | ||
| - vulnerability: GHSA-c2c7-rcm5-vvqj | ||
| # flatted | ||
| - vulnerability: GHSA-rf6f-7fwh-wjgh | ||
| # minimatch | ||
| - vulnerability: GHSA-3ppc-4f35-3m26 | ||
| - vulnerability: GHSA-7r86-cg39-jmmj | ||
| - vulnerability: GHSA-23c5-xmqv-rm74 | ||
| - vulnerability: GHSA-25h7-pfq9-p65f | ||
MatthewPopat-NHS marked this conversation as resolved.
Show resolved
Hide resolved
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| install: install-python install-hooks install-node | ||||||
|
|
||||||
| install-node: | ||||||
| npm ci | ||||||
| npm ci --ignore-scripts true | ||||||
|
||||||
| npm ci --ignore-scripts true | |
| npm ci --ignore-scripts |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| rules: | ||
| unpinned-images: | ||
| # these workflows use unpinned images because they are using a full image passed in that contains the tag | ||
| ignore: | ||
| - package_npm_code.yml:14:13 | ||
anthony-nhs marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.