Skip to content

Commit

Permalink
Update trivy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Md Imran <[email protected]>
  • Loading branch information
narmidm committed Sep 27, 2023
1 parent 3e82a32 commit 21b0901
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: trivy
on:
push:
branches:
- master
pull_request:
branches:
- master
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '29 19 * * 6'
permissions:
contents: read

jobs:
build:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: Build
runs-on: ubuntu-20.04
steps:
Expand All @@ -26,4 +34,4 @@ jobs:
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'
sarif_file: 'trivy-results.sarif'

0 comments on commit 21b0901

Please sign in to comment.