diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d9fe330..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ - -#### What this PR does / why we need it - -#### Which issue(s) this PR fixes - diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml deleted file mode 100644 index 361a493..0000000 --- a/.github/workflows/code-scan.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: "Code scanning" - -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] - -jobs: - gosec: - permissions: - # Required to upload SARIF files - security-events: write - # for actions/checkout to fetch code - contents: read - # call reusable workflow from central '.github' repo - uses: open-component-model/.github/.github/workflows/code-scan.yml@main - secrets: inherit