Compare commits

...

2 Commits

Author SHA1 Message Date
78c0bcef61
fixed action, changed from ubuntu-24.01 to latest
Some checks failed
Build / Build & push new image (push) Failing after 2m15s
Build / Scan current image with Trivy (push) Has been skipped
Build / Scan current image with Grype (push) Has been skipped
2025-01-25 19:11:37 +01:00
103b896203
fixed action 2025-01-25 18:29:04 +01:00

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- development
# Ignore Markdown files
paths-ignore:
- '**.md'
@ -24,7 +24,7 @@ jobs:
contents: read
packages: write
timeout-minutes: 10
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
@ -74,7 +74,7 @@ jobs:
permissions:
security-events: write
timeout-minutes: 10
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
@ -98,7 +98,7 @@ jobs:
permissions:
security-events: write
timeout-minutes: 10
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v6