Skip to content

Commit

Permalink
Merge pull request #1348 from Devils-Knight/starter-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfyson authored Jan 28, 2022
2 parents 1220bda + e833ff0 commit 2e8fec5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code-scanning/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ on:
schedule:
- cron: $cron-weekly

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
name: Build
runs-on: "ubuntu-18.04"
steps:
Expand Down

0 comments on commit 2e8fec5

Please sign in to comment.