Skip to content

Commit 390592b

Browse files
author
Maxim Konovalenko
committed
fix example
Signed-off-by: Maxim Konovalenko <maxim.konovalenko@flant.com>
1 parent 19f414a commit 390592b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.docs/cve_scan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Secrets are often provided via BOB (`hashicorp/vault-action`); use `steps.secret
109109
id-token: write
110110
steps:
111111
- uses: actions/checkout@v4
112-
# Optional: split repo name, import secrets from Vault (see your repo’s pattern)
112+
# Optional: split repo name, import secrets from BOB
113113
- uses: deckhouse/modules-actions/cve_scan@main
114114
with:
115115
source_tag: 'pr${{ github.event.number }}'
@@ -139,7 +139,7 @@ Secrets are often provided via BOB (`hashicorp/vault-action`); use `steps.secret
139139
id-token: write
140140
steps:
141141
- uses: actions/checkout@v4
142-
# Optional: import secrets from Vault
142+
# Optional: import secrets from BOB
143143
- uses: deckhouse/modules-actions/cve_scan@main
144144
with:
145145
source_tag: ${{ github.event.inputs.release_branch || github.event.repository.default_branch }}

0 commit comments

Comments
 (0)