Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on.push hook to vulnerability-analysis GHAW #85

Merged
merged 2 commits into from
Mar 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/vulnerability-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@

on:
workflow_call:
push:

jobs:
codeql:
# Skip if this workflow is used within the shared resources project
if: github.repository != 'atc0005/shared-project-resources'

name: CodeQL
runs-on: ubuntu-latest
# Default: 360 minutes
Expand Down Expand Up @@ -72,6 +76,9 @@ jobs:
uses: github/codeql-action/[email protected]

govulncheck:
# Skip if this workflow is used within the shared resources project
if: github.repository != 'atc0005/shared-project-resources'

# https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
# https://github.com/golang/vuln
# https://github.com/atc0005/go-ci/issues/734
Expand Down