Skip to content

Commit

Permalink
chore: bring back the registry credential
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Nov 7, 2024
1 parent ee4206a commit 819d292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ runs:
image: ${{ inputs.image-name }}@${{ steps.build-push.outputs.digest }}
outputFile: results.sarif
severityThreshold: Medium
registryUsername: ${{ inputs.registry-username }}
registryPassword: ${{ inputs.registry-password }}

- continue-on-error: true
if: inputs.kubescape-upload-sarif == 'true'
Expand Down

0 comments on commit 819d292

Please sign in to comment.