Skip to content

Commit 232c86f

Browse files
committed
use repo list from a different location
1 parent aade34c commit 232c86f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ scan-base-image:
3030
trivy image \
3131
--severity HIGH,CRITICAL \
3232
--ignorefile .trivyignore.yaml \
33+
--scanners vuln \
3334
--exit-code 1 \
3435
--format table ${IMAGE_NAME}
3536

scripts/generate_language_version_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if ! gh auth status > /dev/null 2>&1; then
1212
fi
1313

1414
# 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"
15+
REPOS_JSON_PATH="repos/NHSDigital/eps-repo-status/contents/repos.json"
1616
TEMP_REPOS_JSON="/tmp/repos.json"
1717

1818
# Download the repos.json file

0 commit comments

Comments
 (0)