From 80e6e7832b300ccfdf95d2c9e37cbefb55be0daa Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Tue, 24 Jan 2023 16:33:52 +0100 Subject: [PATCH] ci: remove registry credentials from tests --- .github/workflows/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9981407..b45ec85 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,8 +18,8 @@ jobs: push: false secrets: registry-url: cr.example.com - registry-username: foo - registry-password: bar + registry-username: "" + registry-password: "" token: ${{ secrets.GITHUB_TOKEN }} image-vulnerable: @@ -32,6 +32,6 @@ jobs: trivy-error-is-success: true secrets: registry-url: cr.example.com - registry-username: foo - registry-password: bar + registry-username: "" + registry-password: "" token: ${{ secrets.GITHUB_TOKEN }}