Skip to content

Commit

Permalink
chore(CI): remove the default registry credential values
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Nov 6, 2024
1 parent 3ac39fd commit d8221a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ inputs:
description: Ref to checkout
required: false
registry-password:
default: ${{ github.token }}
default: ""
description: The password to use when scanning the image with Kubescape
required: false
registry-username:
default: ${{ github.actor }}
default: ""
description: The username to use when scanning the image with Kubescape
required: false
runner:
Expand Down

0 comments on commit d8221a1

Please sign in to comment.