Skip to content

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/golang/hello-world/src #63

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/golang/hello-world/src

Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /grpc/golang/hello-world/src #63

name: Security Pipeline
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
workflow_dispatch:
jobs:
horusec-security:
name: horusec-security
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Running Horusec Security Download latest version
shell: bash
run: |
curl -fsSL https://horusec.io/bin/install.sh | bash
horusec start -p="./"