Skip to content

resolve conflicts

resolve conflicts #4

Workflow file for this run

name: build
on:
pull_request_target:
types: [closed]
branches:
- 'main'
paths-ignore:
- '**.md' ### Ignore running when README.MD changed.
- '.github/workflows/*' ### Ignore running when files under path: .github/workflows/* changed.
jobs:
pr-merged:
if: ${{ github.event.pull_request.merged == true }} ## Skip if not merged
permissions:
packages: write
pull-requests: read
id-token: write
<<<<<<< HEAD

Check failure on line 18 in .github/workflows/pr-merged.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-merged.yaml

Invalid workflow file

You have an error in your yaml syntax on line 18
contents: read
=======
>>>>>>> bdd85e5a04c262aea3f358408be7df19fca6ee38
uses: kubescape/workflows/.github/workflows/incluster-comp-pr-merged.yaml@main
with:
IMAGE_NAME: quay.io/${{ github.repository_owner }}/kubescape-exporter
IMAGE_TAG: v0.1.${{ github.run_number }}
COMPONENT_NAME: kubescapeExporter
CGO_ENABLED: 0
GO111MODULE: "on"
BUILD_PLATFORM: linux/amd64,linux/arm64
GO_VERSION: "1.20"
REQUIRED_TESTS: '[]'
COSIGN: true
HELM_E2E_TEST: true
secrets: inherit