8000 update scorecard versions by HN23 · Pull Request #462 · anchore/anchore-charts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

update scorecard versions #462

New issue
Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/openshift-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Use Replicated Compatibilty Matrix for cluster creation
if: steps.list-changed.outputs.CHANGED == 'true'
id: create-cluster
uses: replicatedhq/compatibility-actions/create-cluster@v1
uses: replicatedhq/compatibility-actions/create-cluster@77121785951d05387334b773644c356885191f14
with:
api-token: ${{ secrets.ANCHORECI_REPLICATED_API_TOKEN }}
cluster-name: ${{ github.ref_name }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}-${{ github.run_id }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
echo "File in the 'stable/anchore-admission-controller' directory was changed. We need an enterprise deployment"
echo "::set-output name=changed::true"
elif [[ -n $(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep 'k8s-inventory') ]]; then
echo "Branch: ${{ github.event.pull_request.head.ref }}"
echo "Branch: '${{ github.event.pull_request.head.ref }}'"
echo "File in the 'stable/k8s-inventory' directory was changed. We need an enterprise deployment"
echo "::set-output name=changed::true"
else
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Update to rc image if needed
if: ${{ github.event.pull_request.base.ref == 'rc5x' || github.ref_name == 'rc5x' }}
run: |
echo "Branch: ${{ github.event.pull_request.head.ref }}"
echo "Branch: '${{ github.event.pull_request.head.ref }}'"
echo 'image: "docker.io/anchore/enterprise-dev:rc"' >> stable/enterprise/ci/openshift-test.yaml
echo 'ui:' >> stable/enterprise/ci/openshift-test.yaml
echo ' image: "docker.io/anchore/anchore-on-prem-ui-dev:rc"' >> stable/enterprise/ci/openshift-test.yaml
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Update to nightly image if needed
if: ${{ github.event.pull_request.base.ref == 'nightly' || github.ref_name == 'nightly' }}
run: |
echo "Branch: ${{ github.event.pull_request.head.ref }}"
echo "Branch: '${{ github.event.pull_request.head.ref }}'"
echo 'image: "docker.io/anchore/enterprise-dev:nightly"' >> stable/enterprise/ci/openshift-test.yaml
echo 'ui:' >> stable/enterprise/ci/openshift-test.yaml
echo ' image: "docker.io/anchore/anchore-on-prem-ui-dev:nightly"' >> stable/enterprise/ci/openshift-test.yaml
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Remove Cluster
if: steps.list-changed.outputs.CHANGED == 'true'
id: remove-cluster
uses: replicatedhq/replicated-actions/remove-cluster@v1
uses: replicatedhq/replicated-actions/remove-cluster@77121785951d05387334b773644c356885191f14
continue-on-error: true # It could be that the cluster is already removed
with:
api-token: ${{ secrets.ANCHORECI_REPLICATED_API_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
echo "File in the 'stable/anchore-admission-controller' directory was changed. We need an Enterprise deployment"
echo "::set-output name=changed::true"
elif [[ -n $(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep 'k8s-inventory') ]]; then
echo "Branch: ${{ github.event.pull_request.head.ref }}"
echo "Branch: '${{ github.event.pull_request.head.ref }}'"
echo "File in the 'stable/k8s-inventory' directory was changed. We need an enterprise deployment"
echo "::set-output name=changed::true"
else
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Update to rc image if needed
if: ${{ github.event.pull_request.base.ref == 'rc5x' || github.ref_name == 'rc5x' }}
run: |
echo "Branch: ${{ github.event.pull_request.head.ref }}"
echo "Branch: '${{ github.event.pull_request.head.ref }}'"
echo 'image: "docker.io/anchore/enterprise-dev:rc"' >> stable/enterprise/ci/rc-values.yaml
echo 'ui:' >> stable/enterprise/ci/rc-values.yaml
echo ' image: "docker.io/anchore/anchore-on-prem-ui-dev:rc"' >> stable/enterprise/ci/rc-values.yaml
Expand All @@ -117,7 +117,7 @@ jobs:
- name: Update to nightly image if needed
if: ${{ github.event.pull_request.base.ref == 'nightly' || github.ref_name == 'nightly' }}
run: |
echo "Branch: ${{ github.event.pull_request.head.ref }}"
echo "Branch: '${{ github.event.pull_request.head.ref }}'"
echo 'image: "docker.io/anchore/enterprise-dev:nightly"' >> stable/enterprise/ci/nightly-values.yaml
echo 'ui:' >> stable/enterprise/ci/nightly-values.yaml
echo ' image: "docker.io/anchore/anchore-on-prem-ui-dev:nightly"' >> stable/enterprise/ci/nightly-values.yaml
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/values-converter-docker.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/values-converter-tests.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/enterprise-value-converter/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions scripts/enterprise-value-converter/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions scripts/enterprise-value-converter/convert.py

This file was deleted.

Loading
0