Skip to content

chore(deps): bump alpine from 3.20.0 to 3.20.1 (#453) #617

chore(deps): bump alpine from 3.20.0 to 3.20.1 (#453)

chore(deps): bump alpine from 3.20.0 to 3.20.1 (#453) #617

Workflow file for this run

name: Gosec
on:
schedule:
- cron: '0 8 * * *'
push:
branches:
- main
permissions:
id-token: write
contents: read
jobs:
Gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- uses: launchdarkly/gha-ld-gosec@v2
with:
aws-assume-role: ${{ secrets.ORG_SECURITY_GHA_ROLE_ARN }}
s3-bucket: ${{ secrets.ORG_SECURITY_INVENTORY_BUCKET }}