Skip to content

Commit

Permalink
Updating security workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurly-bearley committed Dec 6, 2023
1 parent 3c3c4b4 commit fff9398
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# Contact us in the security slack channel for concerns
name: "Security check - CodeQL"

on: [pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}

jobs:
analyze:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Security check - Go Sec

on: [pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}

jobs:
golang-security-action:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Security check - Go Nancy

on: [pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}

jobs:
build:
Expand Down

0 comments on commit fff9398

Please sign in to comment.