We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aade34c commit 232c86fCopy full SHA for 232c86f
2 files changed
Makefile
@@ -30,6 +30,7 @@ scan-base-image:
30
trivy image \
31
--severity HIGH,CRITICAL \
32
--ignorefile .trivyignore.yaml \
33
+ --scanners vuln \
34
--exit-code 1 \
35
--format table ${IMAGE_NAME}
36
scripts/generate_language_version_files.sh
@@ -12,7 +12,7 @@ if ! gh auth status > /dev/null 2>&1; then
12
fi
13
14
# Fetch the repos.json file from the eps-repo-status repository using GitHub CLI
15
-REPOS_JSON_PATH="repos/NHSDigital/eps-repo-status/contents/packages/get_repo_status/app/repos.json"
+REPOS_JSON_PATH="repos/NHSDigital/eps-repo-status/contents/repos.json"
16
TEMP_REPOS_JSON="/tmp/repos.json"
17
18
# Download the repos.json file
0 commit comments