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

Fix checkov path, some small changes #6

Fix checkov path, some small changes

Fix checkov path, some small changes #6

Workflow file for this run

---
name: checkov
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
scan:
permissions:
contents: read # for actions/checkout to fetch code
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkov GitHub Action
uses: bridgecrewio/checkov-action@v12
with:
directory: .
framework: helm
var_file: ./values.yaml
output_format: cli
output_file_path: console