This commit is contained in:
@@ -8,9 +8,12 @@ on:
|
||||
description: 'Tag für das zu scannende Docker-Image z.B. latest'
|
||||
required: true
|
||||
default: 'latest'
|
||||
schedule:
|
||||
- cron: '45 1 * * 5'
|
||||
|
||||
env:
|
||||
image_name: mysteryhelfer
|
||||
image_tag: ${{ github.event.inputs.image_tag || 'latest' }}
|
||||
registry_gitea: gitea.tebarius.duckdns.org
|
||||
user: tebarius
|
||||
|
||||
@@ -26,4 +29,4 @@ jobs:
|
||||
--scanners vuln,misconfig,secret \
|
||||
--severity MEDIUM,HIGH,CRITICAL \
|
||||
--ignore-unfixed \
|
||||
${{ env.registry_gitea }}/${{ env.user }}/${{ env.image_name }}:${{ github.event.inputs.image_tag }}
|
||||
${{ env.registry_gitea }}/${{ env.user }}/${{ env.image_name }}:${{ env.image_tag }}
|
||||
|
||||
Reference in New Issue
Block a user