Skip to content

Update nuget non-major dependencies #1555

Update nuget non-major dependencies

Update nuget non-major dependencies #1555

Workflow file for this run

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