Skip to content

Commit f575a7a

Browse files
authored
fix doc (#98)
1 parent 9fc6767 commit f575a7a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Read more in the [Chain-bench Documentation][docs]
4848
- [Usage](#usage)
4949
- [Using docker](#using-docker)
5050
- [Using GitHub Actions](#using-github-actions)
51-
- [Using Gitlab CI (experimental)](#using-gitlab-ci-experimental)
51+
- [Using Gitlab CI (beta)](#using-gitlab-ci-beta)
5252
- [Requirements](#requirements)
5353
- [Supported Providers](#supported-providers)
5454
- [Please Note](#please-note)
@@ -145,7 +145,7 @@ See the repository at https://github.com/aquasecurity/chain-bench-action
145145
</details>
146146

147147

148-
### Using Gitlab CI (experimental)
148+
### Using Gitlab CI (beta)
149149

150150
You can integrated chain-bench results into [Gitlab Vulnrability Report](https://docs.gitlab.com/ee/user/application_security/vulnerability_report/) by adding a new step within your CI defintion:
151151
```
@@ -156,7 +156,6 @@ chain-bench-scanning:
156156
entrypoint: [""]
157157
script:
158158
- chain-bench scan --repository-url $CI_PROJECT_URL --access-token $CHAIN_BENCH_TOKEN -o results.json --template @/home/chain-bench/templates/gitlab_security_scanner.tpl
159-
- cat results.json
160159
artifacts:
161160
reports:
162161
container_scanning: results.json

0 commit comments

Comments
 (0)