Skip to content

Security check - Go Sec #1

Security check - Go Sec

Security check - Go Sec #1

Workflow file for this run

name: Security check - Go Sec
on:
pull_request:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}

Check failure on line 8 in .github/workflows/gosec.yml

View workflow run for this annotation

GitHub Actions / Security check - Go Sec

Invalid workflow file

The workflow is not valid. .github/workflows/gosec.yml (Line: 8, Col: 9): Unrecognized named-value: 'github'. Located at position 1 within expression: github.event.repository.default_branch
jobs:
golang-security-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ynniss/golang-security-action@master
continue-on-error: true