Merge pull request #10 from rocky-linux/feature/scan

Upload scan results to github security tab
This commit is contained in:
Neil Hanlon 2022-03-15 08:49:34 -04:00 committed by GitHub
commit 781e33c1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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: