Skip to content

Commit

Permalink
ci: remove registry credentials from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Jan 24, 2023
1 parent 49a7673 commit 80e6e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}

0 comments on commit 80e6e78

Please sign in to comment.