Bump actions/upload-artifact from 6 to 7 (#130)
Bumps actions/upload-artifact from 6 to 7.
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-version: ‘7’ dependency-type: direct:production update-type: version-update:semver-major …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Stack Auditor
Installation
cf install-plugin <path_to_binary>.Alternative: Compile from source
Prerequisite: Have a working golang environment with correctly set
GOPATH.Usage
Install the plugin with
cf install-plugin <path_to_binary>or use the shell scripts./scripts/install.shor./scripts/reinstall.sh.cf audit-stack [--csv | --json]. These optional flags return csv or json format instead of plain text.cf change-stack <app> <stack>. This will attempt to perform a zero downtime restart. Make sure to target the space that contains the app you want to re-associate.cf delete-stack <stack> [--force | -f]Run the Tests
Target a cloudfoundry with the following prerequisites:
operations/experimental/add-cflinuxfs4.ymlThen run:
./scripts/all-tests.sh