Skip to content

Commit

Permalink
Merge pull request #1531 from Sage-Bionetworks/thomasyu888-patch-1
Browse files Browse the repository at this point in the history
Update CODEOWNERS and pin down trivy version
  • Loading branch information
thomasyu888 authored Nov 1, 2024
2 parents 59889b6 + 469da57 commit d1ef225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global owners of whole repo
* @andrewelamb @GiaJordan @linglp @BryanFauble @jaymedina @BWMac @thomasyu888
* @Sage-Bionetworks/schematic-developers
2 changes: 1 addition & 1 deletion .github/workflows/scan_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
# the scan targets the file system.
scan-type: 'fs'
Expand Down

0 comments on commit d1ef225

Please sign in to comment.