Skip to content

build(deps): bump boto3 from 1.40.69 to 1.40.74 #1643

build(deps): bump boto3 from 1.40.69 to 1.40.74

build(deps): bump boto3 from 1.40.69 to 1.40.74 #1643

Workflow file for this run

name: security checks

Check failure on line 1 in .github/workflows/bandit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bandit.yml

Invalid workflow file

(Line: 26, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
pull_request:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: gardenlinux/python-gardenlinux-lib/.github/actions/setup@main
- name: Simple bandit security checks
run: make security
- name: Show Report in Action Output
if: always()
run: cat bandit-report.json
- name: Upload Bandit Scan Artifact
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # [email protected]
if: always()
with:
name: bandit-findings
path: bandit-report.json