Skip to content

Bump andrewslotin/go-proxy-pull-action from 1.1.0 to 1.2.0 #105

Bump andrewslotin/go-proxy-pull-action from 1.1.0 to 1.2.0

Bump andrewslotin/go-proxy-pull-action from 1.1.0 to 1.2.0 #105

Workflow file for this run

name: gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: run Gosec Security Scanner
uses: securego/gosec@v2.20.0
with:
args: ./...