Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Enforcing older version of k3d until we migrate #44

Enforcing older version of k3d until we migrate

Enforcing older version of k3d until we migrate #44

Workflow file for this run

name: Checkov Docker Vulnerability Scan
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Checkov on Dockerfiles
id: checkov
uses: bridgecrewio/checkov-action@master
with:
directory: .
framework: dockerfile
quiet: true
output_format: github_failed_only
soft_fail: false