diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index 094d39ab..00000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,18 +0,0 @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fefed28d..9e9f7266 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,11 +11,13 @@ on: - main schedule: - cron: '0 4 1 * *' - workflow_dispatch: + jobs: build: uses: whitehatsec/pipelines-library/.github/workflows/go-module.yaml@main secrets: inherit with: - service_name: ${{ github.workflow }} \ No newline at end of file + service_name: ${{ github.workflow }} + +