Skip to content

Suppress false positive in gosec #8

Suppress false positive in gosec

Suppress false positive in gosec #8

Workflow file for this run

# Copyright the Hyperledger Fabric contributors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/test.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"