Merge branch 'main' into main
This commit is contained in:
@@ -5,12 +5,12 @@ permissions:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request_target
|
pull_request_target:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v4
|
- uses: actions/labeler@v5
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|||||||
@@ -67,11 +67,11 @@ jobs:
|
|||||||
# TODO: Make sure to add 'CRDA Scan' starter workflow from the 'Actions' tab.
|
# TODO: Make sure to add 'CRDA Scan' starter workflow from the 'Actions' tab.
|
||||||
# For guide on adding new starter workflow visit https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows
|
# For guide on adding new starter workflow visit https://docs.github.com/en/github-ae@latest/actions/using-workflows/using-starter-workflows
|
||||||
|
|
||||||
crda-scan:
|
#crda-scan:
|
||||||
uses: ./.github/workflows/crda.yml
|
# uses: ./.github/workflows/crda.yml
|
||||||
secrets:
|
# secrets:
|
||||||
CRDA_KEY: ${{ secrets.CRDA_KEY }}
|
# CRDA_KEY: ${{ secrets.CRDA_KEY }}
|
||||||
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} # Either use SNYK_TOKEN or CRDA_KEY
|
# # SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} # Either use SNYK_TOKEN or CRDA_KEY
|
||||||
|
|
||||||
openshift-ci-cd:
|
openshift-ci-cd:
|
||||||
# 🖊️ Uncomment this if you are using CRDA scan step above
|
# 🖊️ Uncomment this if you are using CRDA scan step above
|
||||||
|
|||||||
Reference in New Issue
Block a user