File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments