We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de3b9f commit aaffd27Copy full SHA for aaffd27
1 file changed
Makefile
@@ -1,8 +1,4 @@
1
CONTAINER_PREFIX=ghcr.io/nhsdigital/eps-devcontainers/
2
-include src/base/.devcontainer/Mk/build.mk
3
-include src/base/.devcontainer/Mk/check.mk
4
-include src/base/.devcontainer/Mk/trivy.mk
5
-include src/base/.devcontainer/Mk/credentials.mk
6
7
ifeq ($(strip $(NO_CACHE)),true)
8
NO_CACHE_FLAG=--no-cache
@@ -136,13 +132,9 @@ test:
136
132
lint-githubactions:
137
133
actionlint
138
134
139
-github-login:
140
- gh auth login --scopes read:packages
141
-
142
135
lint-githubaction-scripts:
143
shellcheck .github/scripts/*.sh
144
145
clean:
146
rm -rf .out
147
find . -type f -name '.trivyignore_combined.yaml' -delete
148
0 commit comments