diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml new file mode 100644 index 00000000..094d39ab --- /dev/null +++ b/.github/workflows/main.yaml @@ -0,0 +1,18 @@ +name: mapstructure +on: + push: + branches: + - main + - master + pull_request: + branches: + - main + - master + workflow_dispatch: {} + +jobs: + pop-scans: + uses: whitehatsec/pipelines-library/.github/workflows/pop-scans.yaml@main + secrets: inherit + with: + skip-pop-bd-docker-image-scan: true