mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 15:18:35 +00:00
Upload scan results to github security tab
This commit is contained in:
parent
81905fbe8a
commit
c2281fce84
5
.github/workflows/scan.yml
vendored
5
.github/workflows/scan.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: scan
|
||||
name: Scan images using trivy
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@ -6,6 +6,9 @@ on:
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write # allow github/codeql-action/upload-sarif
|
||||
name: Scan for Security Vulnerabilities
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user