mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-30 20:31:15 +01:00
Merge pull request #2158 from turrisxyz/setup-permissions
Set permissions for GitHub actions
This commit is contained in:
commit
4d7357a64e
3
.github/workflows/codespell.yml
vendored
3
.github/workflows/codespell.yml
vendored
@ -1,6 +1,9 @@
|
||||
---
|
||||
name: Codespell
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
codespell:
|
||||
name: Check for spelling errors
|
||||
|
3
.github/workflows/docker-3.1dev.yml
vendored
3
.github/workflows/docker-3.1dev.yml
vendored
@ -12,6 +12,9 @@ env:
|
||||
BUILD_VERSION: "3.1dev"
|
||||
DOCKER_CLI_EXPERIMENTAL: enabled
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
|
||||
deploy:
|
||||
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -24,6 +24,9 @@ on:
|
||||
- 'LICENSE'
|
||||
- 'Dockerfile'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
Reference in New Issue
Block a user