File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed
Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: Build Docker Image
22on :
33 workflow_call :
44
5- permissions :
6- contents : read
7- security-events : write
8- actions : read
95
106jobs :
117 # Build Docker Image
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Linting and Formating checks
22on :
33 workflow_call :
44
5- permissions :
6- contents : read
7- security-events : write
8- actions : read
9-
105jobs :
116 # Run Pylint and Black formatter
127 lint_format :
Original file line number Diff line number Diff line change @@ -2,11 +2,6 @@ name: Push Contianer to Docker Hub
22on :
33 workflow_call :
44
5- permissions :
6- contents : read
7- security-events : write
8- actions : read
9-
105jobs :
116
127 docker :
Original file line number Diff line number Diff line change 11name : Unit and Security Testing
22on :
33 workflow_call :
4-
5-
6- permissions :
7- contents : read
8- security-events : write
9- actions : read
104
115jobs :
126 # Run unit test cases for the Docker image
You can’t perform that action at this time.
0 commit comments