Skip to content

Commit

Permalink
Update scan action with correct image fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
marissanishimoto committed Jul 27, 2020
1 parent 7926f8d commit 5aa5539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan.yml
Expand Up @@ -7,7 +7,7 @@ on:

env:
SCAN_IMG:
yes-docker-local.artifactory.in.yubico.org/static-code-analysis/c:v1
yubico-yes-docker-local.jfrog.io/static-code-analysis/c:v1
COMPILE_DEPS: "libykclient-dev libykpers-1-dev libyubikey-dev"

jobs:
Expand All @@ -19,7 +19,7 @@ jobs:

- name: Prep scan
run: |
docker login yes-docker-local.artifactory.in.yubico.org/ \
docker login yubico-yes-docker-local.jfrog.io/ \
-u svc-static-code-analysis-reader \
-p ${{ secrets.ARTIFACTORY_READER_TOKEN }}
docker pull ${SCAN_IMG}
Expand Down

0 comments on commit 5aa5539

Please sign in to comment.