Skip to content

Commit 5c93ec0

Browse files
committed
update name
1 parent f1fa428 commit 5c93ec0

File tree

7 files changed

+338
-539
lines changed

7 files changed

+338
-539
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 && \
3434
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc && \
3535
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
3636

37-
ENV PATH="$PATH:/home/vscode/.asdf/bin/:/workspaces/eps-prescription-tracker-ui/node_modules/.bin:/workspaces/eps-workflow-quality-checks/.venv/bin"
37+
ENV PATH="$PATH:/home/vscode/.asdf/bin/:/workspaces/eps-prescription-tracker-ui/node_modules/.bin:/workspaces/eps-common-workflows/.venv/bin"
3838

3939
# Install ASDF plugins#
4040
RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git && \
@@ -43,9 +43,9 @@ RUN asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git && \
4343
asdf plugin add poetry https://github.com/asdf-community/asdf-poetry.git && \
4444
asdf plugin add python
4545

46-
WORKDIR /workspaces/eps-workflow-quality-checks
46+
WORKDIR /workspaces/eps-common-workflows
4747

48-
ADD .tool-versions /workspaces/eps-workflow-quality-checks/.tool-versions
48+
ADD .tool-versions /workspaces/eps-common-workflows/.tool-versions
4949
ADD .tool-versions /home/vscode/.tool-versions
5050

5151
RUN asdf install python && \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"containerUser": "vscode",
2020
"remoteEnv": { "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" },
21-
"postAttachCommand": "docker build -f /workspaces/eps-workflow-quality-checks/dockerfiles/nhsd-git-secrets.dockerfile -t git-secrets . && pre-commit install --install-hooks -f",
21+
"postAttachCommand": "docker build -f /workspaces/eps-common-workflows/dockerfiles/nhsd-git-secrets.dockerfile -t git-secrets . && pre-commit install --install-hooks -f",
2222
"features": {
2323
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
2424
"version": "latest",

.vscode/eps-workflow-quality-checks.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"folders": [
33
{
4-
"name": "eps-workflow-quality-checks",
4+
"name": "eps-common-workflows",
55
"path": ".."
66
}
77
],

dockerfiles/nhsd-git-secrets.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This dockerfile allows you to run the NHS flavour of secret-scanning on the mounted directory.
22
# It assumes nothing about the local filesystem, so can be built remotely by using
3-
# docker build -t git-secrets -f https://raw.githubusercontent.com/NHSDigital/eps-workflow-quality-checks/refs/tags/<VERSION>/dockerfiles/nhsd-git-secrets.dockerfile .
3+
# docker build -t git-secrets -f https://raw.githubusercontent.com/NHSDigital/eps-common-workflows/refs/tags/<VERSION>/dockerfiles/nhsd-git-secrets.dockerfile .
44
# When run:
55
# docker run -v /path/to/code:/src git-secrets [ARGS]
66
# It will default to scanning the local directory (note that it must be a git repository) as it currently is (no history scan).

0 commit comments

Comments
 (0)