Skip to content

bump deps, get rid of deprecated types.AuthConfig #182

bump deps, get rid of deprecated types.AuthConfig

bump deps, get rid of deprecated types.AuthConfig #182

Workflow file for this run

name: pr-checks
on:
pull_request:
types: [ edited, opened, synchronize, reopened ]
paths-ignore:
- '**.md' ### Ignore running when .md files change
- '**.yaml' ### Ignore running when .yaml files change
- '**.json' ### Ignore running when .json files change
- '.github/*' ### Ignore running when files under path: .github/* changed.
jobs:
test:
permissions:
pull-requests: write
actions: read
contents: read
security-events: write
uses: kubescape/workflows/.github/workflows/go-basic-tests.yaml@main
with:
GO_VERSION: '1.20'
secrets: inherit