Skip to content

feat: updated uses branch #20

feat: updated uses branch

feat: updated uses branch #20

Workflow file for this run

name: Docker Workflow
# This permission are helpful for pushing vulnerability in security tab
permissions:
actions: read
contents: read
security-events: write
statuses: write
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
docker-scanner:
uses: clouddrove/github-shared-workflows/.github/workflows/docker-scanner.yml@master
with:
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
dockerfile-path: "./.docker/Dockerfile"
security-upload: "true"