Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored Nov 20, 2022
1 parent d6c87b1 commit 2440535
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
on: [push, pull_request]
on:
push:
branches:
- master
- main
pull_request:
name: Security
jobs:
Gosec:
Expand All @@ -9,4 +14,4 @@ jobs:
- name: Run Gosec
uses: securego/gosec@master
with:
args: ./...
args: ./...

0 comments on commit 2440535

Please sign in to comment.