Skip to content

Commit

Permalink
Add security policy, test GITHUB_TOKEN permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Jun 3, 2024
1 parent b68eae1 commit 3adf51c
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clean-gcloud-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# happens, run this workflow manually to clean up the login profiles.

name: Clean GCloud Profiles
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Documentation
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: MacOS
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Style Check
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-cuda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu CUDA
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-openblas.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu OpenBLAS
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-sycl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu SYCL
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-wheel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu Wheel
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Ubuntu
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vtk_packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: VTK Packages
permissions: read

on:
# pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/webrtc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: WebRTC
permissions: read

on:
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Windows
permissions: read

on:
workflow_dispatch:
Expand Down
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy
Intel is committed to rapidly addressing security vulnerabilities affecting our customers and providing clear guidance on the solution, impact, severity and mitigation.

## Reporting a Vulnerability
Please report any security vulnerabilities in this project utilizing the guidelines [here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html).

0 comments on commit 3adf51c

Please sign in to comment.