Skip to content

Bump Swashbuckle.AspNetCore from 6.8.0 to 6.8.1 in /src/Authorization #1623

Bump Swashbuckle.AspNetCore from 6.8.0 to 6.8.1 in /src/Authorization

Bump Swashbuckle.AspNetCore from 6.8.0 to 6.8.1 in /src/Authorization #1623

Workflow file for this run

name: Authorization Scan
on:
schedule:
- cron: '0 8 * * 1,4'
push:
branches: [ main ]
paths:
- 'src/Authorization/**'
- 'Dockerfile'
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
paths:
- 'src/Authorization/**'
- 'Dockerfile'
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --tag altinn-authorization:${{github.sha}}
- uses: Azure/container-scan@v0.1
with:
image-name: altinn-authorization:${{ github.sha }}
env:
DOCKLE_HOST: "unix:///var/run/docker.sock"