Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/on-push-verification.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# pull request action verification

name: OSSAR on-push-verification windows-latest
permissions:
contents: read
on: push

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sample-workflow-ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
sample:
name: Open Source Static Analysis Runner
permissions:
contents: read
security-events: write

# OSSAR runs on windows-latest.
# ubuntu-latest and macos-latest supporting coming soon
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sample-workflow-windows-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
sample:
name: Open Source Static Analysis Runner
permissions:
contents: read
security-events: write

# OSSAR runs on windows-latest.
# ubuntu-latest and macos-latest supporting coming soon
Expand Down
Loading