Compare commits
No commits in common. "78c0bcef61f00b512692507b48e6a4f4bbc7a5ba" and "456ec8a84c47a19c6a10c63c166e162fd0e9b80d" have entirely different histories.
78c0bcef61
...
456ec8a84c
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- development
|
||||
- main
|
||||
# Ignore Markdown files
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
contents: read
|
||||
packages: write
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
permissions:
|
||||
security-events: write
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
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-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Run Grype vulnerability scanner
|
||||
uses: anchore/scan-action@v6
|
||||
|
Loading…
x
Reference in New Issue
Block a user