Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Execution Timing Metric & Code Comments #87

Execution Timing Metric & Code Comments

Execution Timing Metric & Code Comments #87

Workflow file for this run

name: security
on:
push:
branches: [ "master", "development" ]
pull_request:
branches: [ "master", "development" ]
jobs:
# Static security scan using gosec
# https://github.com/securego/gosec
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...