Skip to content

Commit

Permalink
Dev (#185)
Browse files Browse the repository at this point in the history
* feat(): vpnkeyrotation apis, webhook, ITs, UTs and service layer (#151)

feat(): vpnkeyrotation apis, webhook, ITs, UTs and service layer (#151)

Signed-off-by: rahulsawra98 <[email protected]

* Update trivy.yml

Signed-off-by: Md Imran <[email protected]>

* Create codeql.yml

Signed-off-by: Md Imran <[email protected]>

* Update trivy.yml

Signed-off-by: Md Imran <[email protected]>

* Delete codeql.yml

Signed-off-by: Md Imran <[email protected]>

---------

Signed-off-by: rahulsawra98 <[email protected]
Signed-off-by: Mridul <[email protected]>
Signed-off-by: Md Imran <[email protected]>
Co-authored-by: rahulsawra98 <[email protected]>
Co-authored-by: Mridul <[email protected]>
  • Loading branch information
3 people authored Sep 27, 2023
1 parent 48f6478 commit 726cc31
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 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 @@ -17,7 +25,7 @@ jobs:
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-type: 'repo'
ignore-unfixed: true
format: 'sarif'
output: 'trivy-results.sarif'
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 726cc31

Please sign in to comment.