Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump github.com/aws/aws-sdk-go from 1.44.295 to 1.45.12 #65

Bump github.com/aws/aws-sdk-go from 1.44.295 to 1.45.12

Bump github.com/aws/aws-sdk-go from 1.44.295 to 1.45.12 #65

Workflow file for this run

name: Gosec
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "45 11 * * 0"
jobs:
tests:
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: "-exclude-dir=dashboard -exclude-dir=hack/genpkgs -exclude-dir=hack/pulumi -exclude-dir=internal/storage/persistence/ent/db -exclude-dir=internal/api/gen ./..."