Skip to content

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /test #139

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /test

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /test #139

Workflow file for this run

name: "Checkov GitHub Action"
on:
pull_request:
branches: [test, dev, qa, prod, main]
permissions: read-all
jobs:
checkov:
name: checkov
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: "recursive"
token: ${{ secrets.ENGINEERING_GITHUB_PERSONAL_ACCESS_TOKEN }}
- name: Run Checkov
id: checkov
uses: bridgecrewio/checkov-action@master
with:
config_file: ".checkov.yaml"