mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Apply recommendation for security and reliability (#573)
Apply recommendations in code and documentation - [CI] restrict permissions to read-all instead of the default write-all - All examples README.md : add a note about Lambda functions configuration with improved security and scalability changes for production environment - Swift docc documentation: add a note about Lambda functions configuration with improved security and scalability changes for production environment --------- Co-authored-by: Sebastien Stormacq <stormacq@amazon.lu>
This commit is contained in:
co-authored by
Sebastien Stormacq
parent
d8aa38be78
commit
74e4efdbac
@@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
# As per Checkov CKV2_GHA_1
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
soundness:
|
||||
name: Soundness
|
||||
|
||||
Reference in New Issue
Block a user