Skip to content

Bump github.com/aws/aws-sdk-go from 1.46.6 to 1.53.21 #226

Bump github.com/aws/aws-sdk-go from 1.46.6 to 1.53.21

Bump github.com/aws/aws-sdk-go from 1.46.6 to 1.53.21 #226

Workflow file for this run

name: Gosec
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: --exclude-dir=examples --exclude-dir=aws ./...