generated from saic-oss/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added serverless * Updated podman 2.2.1-3.0.1, skopeo 1.2.0-1.2.2, golang 1.15.6-1.16.7 and added serverless * Updated podman 2.2.1-3.0.1, skopeo 1.2.0-1.2.2, golang 1.15.6-1.16.7 and added serverless * Ignored hadolint DL3041, DL3042, DL3047, DL3059 * Updated golangci_lint 1.34.1-1.41.1 * Desperation check for podman/skopeo version syntax * Update gocritic URL * Update gocritic_spec to properly retrieve version * Updated gocritic_spec again * Updated gocritic_spec to dynamically fetch checkers directory * Updated syntax of dynamic search * Updated podman 3.0.1-3.2.3 * Adding logic to deal with skopeo having different versions * gocritic specfile update * gocritic_spec change * Removed hadolint ignores on DL3042 and DL3047 * Removed src/.DS_store and adjusted skopeo_spec formatting * skopeo_spec formatting Co-authored-by: stascavageb <brian.stascavage@saic.com>
- Loading branch information
Showing
6 changed files
with
48 additions
and
20 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env shellspec | ||
|
||
Describe "printVersion()" | ||
printVersion() { | ||
serverless --version | grep "${SERVERLESS_VERSION}" | ||
} | ||
|
||
It "validates tool is installed by checking version" | ||
When call printVersion | ||
The output should include "${SERVERLESS_VERSION}" | ||
The status should eq 0 | ||
End | ||
End |
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