initial commit
This commit is contained in:
63
.github/workflows/license.yml
vendored
Normal file
63
.github/workflows/license.yml
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt
|
||||
|
||||
name: license_check
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs: {}
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
|
||||
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
|
||||
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_USERNAME }}
|
||||
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
|
||||
PULUMI_API: https://api.pulumi-staging.io
|
||||
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
|
||||
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget
|
||||
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||
PYPI_USERNAME: __token__
|
||||
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
|
||||
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
|
||||
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
|
||||
TF_APPEND_USER_AGENT: pulumi
|
||||
|
||||
jobs:
|
||||
license_check:
|
||||
name: License Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Setup tools
|
||||
uses: ./.github/actions/setup-tools
|
||||
with:
|
||||
tools: go
|
||||
cache-go: false
|
||||
- run: make prepare_local_workspace
|
||||
continue-on-error: true
|
||||
- uses: pulumi/license-check-action@main
|
||||
with:
|
||||
module-path: provider
|
||||
ignore-modules: >-
|
||||
github.com/aead/chacha20,
|
||||
github.com/apache/arrow/go/v12,
|
||||
github.com/apache/thrift/lib/go/thrift,
|
||||
github.com/cloudflare/circl,
|
||||
github.com/golang,
|
||||
github.com/gorhill/cronexpr,
|
||||
github.com/in-toto/in-toto-golang,
|
||||
github.com/jmespath/go-jmespath,
|
||||
github.com/keybase/go-crypto,
|
||||
github.com/klauspost/compress,
|
||||
github.com/mattn/go-localereader,
|
||||
github.com/modern-go/reflect2,
|
||||
github.com/pierrec/lz4,
|
||||
github.com/pjbgf/sha1cd,
|
||||
github.com/pulumi,
|
||||
github.com/segmentio/asm,
|
||||
golang.org
|
||||
Reference in New Issue
Block a user