summaryrefslogtreecommitdiffstats
path: root/libraries/libu2f-host/patches/0022-Update-scan-action-with-correct-image-fqdn.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libu2f-host/patches/0022-Update-scan-action-with-correct-image-fqdn.patch')
-rw-r--r--libraries/libu2f-host/patches/0022-Update-scan-action-with-correct-image-fqdn.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/libraries/libu2f-host/patches/0022-Update-scan-action-with-correct-image-fqdn.patch b/libraries/libu2f-host/patches/0022-Update-scan-action-with-correct-image-fqdn.patch
new file mode 100644
index 0000000000..02559d6ac6
--- /dev/null
+++ b/libraries/libu2f-host/patches/0022-Update-scan-action-with-correct-image-fqdn.patch
@@ -0,0 +1,35 @@
+From 4c1428647ea83acdd1d7780338d0ed3d993f61ba Mon Sep 17 00:00:00 2001
+From: Marissa Nishimoto <marissa.nishimoto@yubico.com>
+Date: Mon, 27 Jul 2020 15:52:06 -0700
+Subject: [PATCH 22/25] Update scan action with correct image fqdn
+
+Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com>
+---
+ .github/workflows/scan.yml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml
+index 09f16ab..d40da2f 100644
+--- a/.github/workflows/scan.yml
++++ b/.github/workflows/scan.yml
+@@ -8,7 +8,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
+ SECRET: ${{ secrets.ARTIFACTORY_READER_TOKEN }}
+
+ jobs:
+@@ -21,7 +21,7 @@ jobs:
+ - name: Scan and fail on warnings
+ run: |
+ if [ "${SECRET}" != "" ]; then
+- docker login yes-docker-local.artifactory.in.yubico.org/ \
++ docker login yubico-yes-docker-local.jfrog.io/ \
+ -u svc-static-code-analysis-reader -p ${SECRET}
+ docker pull ${SCAN_IMG}
+ docker run -v${PWD}:/k -e COMPILE_DEPS="${COMPILE_DEPS}" \
+--
+2.32.0
+