imagescan_action
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
image-ref: "${{ env.registry }}/${{ env.user }}/${{ env.image_name }}:${{ github.event.inputs.image_tag }}"
|
image-ref: "${{ env.registry }}/${{ env.user }}/${{ env.image_name }}:${{ github.event.inputs.image_tag }}"
|
||||||
scan-type: image
|
scan-type: image
|
||||||
hide-progress: true
|
hide-progress: false
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
|
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
|
||||||
scanners: "vuln,misconfig,secrets"
|
scanners: "vuln,misconfig,secrets"
|
||||||
|
|||||||
Reference in New Issue
Block a user