Skip to content

Commit

Permalink
Update ossar-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyeriii authored Jul 4, 2021
1 parent fad5038 commit f01f38d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,19 @@ jobs:
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '3.1.x'

- name: Cache
uses: actions/[email protected]
with:
# A list of files, directories, and wildcard patterns to cache and restore
path:
# An explicit key for restoring and saving the cache
key:
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
restore-keys: # optional
# The chunk size used to split up large files during upload, in bytes
upload-chunk-size: # optional
# Run open source static analysis tools
- name: Run OSSAR
- name: Run OSSAR --config
uses: github/ossar-action@v1
id: ossar

Expand Down

0 comments on commit f01f38d

Please sign in to comment.