-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: docker and release pipeline (#1594)
- Loading branch information
1 parent
e79294b
commit 6839c8f
Showing
8 changed files
with
68 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@asyncapi/cli': minor | ||
--- | ||
|
||
- Changed docker build to a source code based build | ||
- Changed name of github action to avoid clash | ||
- Fixed Docker and Release Pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
sonar.exclusions=test/**/* | ||
sonar.exclusions=test/**/*,Dockerfile | ||
sonar.issue.ignore.multicriteria=e1,e2 | ||
|
||
# Exclude copy recursively and root user issue in Dockerfile | ||
sonar.issue.ignore.multicriteria.e1.ruleKey=docker:S6470 | ||
sonar.issue.ignore.multicriteria.e1.resourceKey=**/Dockerfile | ||
|
||
sonar.issue.ignore.multicriteria.e2.ruleKey=docker:S6471 | ||
sonar.issue.ignore.multicriteria.e2.resourceKey=**/Dockerfile |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters