Skip to content

fix: bump github.com/spf13/viper from 1.16.0 to 1.17.0 #26

fix: bump github.com/spf13/viper from 1.16.0 to 1.17.0

fix: bump github.com/spf13/viper from 1.16.0 to 1.17.0 #26

Workflow file for this run

---
name: Checkov
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Test with Checkov
id: checkov
uses: bridgecrewio/checkov-action@master
env:
HELM_NAMESPACE: not-default
with:
quiet: true
directory: deployments
framework: helm