Skip to content

Bump github.com/anchore/stereoscope from 0.0.0-20231117203853-3610f4ef3e83 to 0.0.1 #13

Bump github.com/anchore/stereoscope from 0.0.0-20231117203853-3610f4ef3e83 to 0.0.1

Bump github.com/anchore/stereoscope from 0.0.0-20231117203853-3610f4ef3e83 to 0.0.1 #13

Workflow file for this run

name: pull_request_created
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches:
- 'main'
paths-ignore:
- '*.md'
- '*.yaml'
- '.github/workflows/*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-created:
permissions:
pull-requests: write
security-events: write
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-created.yaml@main
with:
GO_VERSION: "1.21"
CGO_ENABLED: 0
secrets: inherit