1
0
mirror of https://github.com/tommytran732/Matrix.to-Docker synced 2024-09-07 18:23:30 -04:00

More granular permission control

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-12 01:07:46 -07:00
parent 3345c8bbe7
commit fc894556bb
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,8 @@ jobs:
scan:
name: Scan current image & report results
needs: build
permissions:
security-events: write
runs-on: "ubuntu-latest"
steps:
- name: Run Trivy vulnerability scanner

View File

@ -9,6 +9,8 @@ on:
jobs:
scan:
name: Scan current image & report results
permissions:
security-events: write
runs-on: "ubuntu-latest"
steps:
- name: Run Trivy vulnerability scanner