forked from aquasecurity/trivy-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:cnwaldron/trivy-operator into main
- Loading branch information
Showing
66 changed files
with
13,479 additions
and
183 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ jobs: | |
python-version: 3.7 | ||
- name: Setup chart-testing | ||
id: lint | ||
uses: helm/[email protected].0 | ||
uses: helm/[email protected].1 | ||
- name: Run chart-testing | ||
run: ct lint-and-install --validate-maintainers=false --charts deploy/helm | ||
- name: Delete kind cluster | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
python-version: 3.7 | ||
- name: Setup Chart Linting | ||
id: lint | ||
uses: helm/[email protected].0 | ||
uses: helm/[email protected].1 | ||
- name: Setup Kubernetes cluster (KIND) | ||
uses: helm/[email protected] # v1.5.0 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
with: | ||
go-version-file: go.mod | ||
- name: Install tools | ||
uses: aquaproj/aqua-installer@v2.1.3 | ||
uses: aquaproj/aqua-installer@v2.2.0 | ||
with: | ||
aqua_version: v1.25.0 | ||
- name: Run unit tests | ||
|
@@ -46,7 +46,7 @@ jobs: | |
with: | ||
go-version-file: go.mod | ||
- name: Install tools | ||
uses: aquaproj/aqua-installer@v2.1.3 | ||
uses: aquaproj/aqua-installer@v2.2.0 | ||
with: | ||
aqua_version: v1.25.0 | ||
- name: Setup Kubernetes cluster (KIND) | ||
|
@@ -95,7 +95,7 @@ jobs: | |
with: | ||
go-version-file: go.mod | ||
- name: Install cosign | ||
uses: sigstore/cosign-installer@v3.1.2 | ||
uses: sigstore/cosign-installer@v3.2.0 | ||
- name: Login to docker.io registry | ||
uses: docker/[email protected] | ||
with: | ||
|
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
Oops, something went wrong.