Skip to content

fix: fixed directory #5

fix: fixed directory

fix: fixed directory #5

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:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Change directory to ./.docker and run docker-scanner
run: |
cd ./.docker
dockerfile-path="Dockerfile"
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
dockerfile-path: "./Dockerfile"
security-upload: "true"