Skip to content

Commit 84b2510

Browse files
authored
Merge pull request #84 from Yubico/update-fqdn
Update scan action with correct fqdn
2 parents 66434af + 30dbeec commit 84b2510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
SCAN_IMG:
11-
yes-docker-local.artifactory.in.yubico.org/static-code-analysis/java:v1
11+
yubico-yes-docker-local.jfrog.io/static-code-analysis/java:v1
1212
SECRET: ${{ secrets.ARTIFACTORY_READER_TOKEN }}
1313

1414
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Scan and fail on warnings
2222
run: |
2323
if [ "${SECRET}" != "" ]; then
24-
docker login yes-docker-local.artifactory.in.yubico.org/ \
24+
docker login yubico-yes-docker-local.jfrog.io/ \
2525
-u svc-static-code-analysis-reader -p ${SECRET}
2626
docker pull ${SCAN_IMG}
2727
docker run -v${PWD}:/k \

0 commit comments

Comments
 (0)