Skip to content

add guard time when scanning naked pods #299

add guard time when scanning naked pods

add guard time when scanning naked pods #299

Workflow file for this run

name: pull_request_created
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
paths-ignore:
- '**.md' ### Ignore running when .md files change
- '**.yaml' ### Ignore running when .md files change
- '**.json' ### Ignore running when .md files change
- '.github/*' ### Ignore running when files under path: .github/* changed.
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
pr-created:
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-created.yaml@main
with:
GO_VERSION: "1.23"
secrets: inherit