Skip to content

Commit c04a18c

Browse files
committed
edited the permissions
1 parent 135e844 commit c04a18c

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

.github/workflows/build-image.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Build Docker Image
22
on:
33
workflow_call:
44

5-
permissions:
6-
contents: read
7-
security-events: write
8-
actions: read
95

106
jobs:
117
# Build Docker Image

.github/workflows/lint-format.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Linting and Formating checks
22
on:
33
workflow_call:
44

5-
permissions:
6-
contents: read
7-
security-events: write
8-
actions: read
9-
105
jobs:
116
# Run Pylint and Black formatter
127
lint_format:

.github/workflows/push-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Push Contianer to Docker Hub
22
on:
33
workflow_call:
44

5-
permissions:
6-
contents: read
7-
security-events: write
8-
actions: read
9-
105
jobs:
116

127
docker:

.github/workflows/unit-sec-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Unit and Security Testing
22
on:
33
workflow_call:
4-
5-
6-
permissions:
7-
contents: read
8-
security-events: write
9-
actions: read
104

115
jobs:
126
# Run unit test cases for the Docker image

0 commit comments

Comments
 (0)