Skip to content

fix: bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #249

fix: bump golang.org/x/oauth2 from 0.23.0 to 0.24.0

fix: bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #249

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@v5
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