Skip to content

Bump itsdangerous from 2.1.2 to 2.2.0 in the python group across 1 directory #148

Bump itsdangerous from 2.1.2 to 2.2.0 in the python group across 1 directory

Bump itsdangerous from 2.1.2 to 2.2.0 in the python group across 1 directory #148

Workflow file for this run

---
name: Trivy
on:
push:
branches:
- master
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
jobs:
analyze:
name: 'Analyze'
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
tags: 'ci/puppetboard:${{ github.sha }}'
push: false
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ci/puppetboard:${{ github.sha }}'
format: 'sarif'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'