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 }}