fix: correct paths
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m7s
All checks were successful
validate-shared-actions / validate-shared-actions (pull_request) Successful in 1m7s
This commit is contained in:
parent
feaeeedd7a
commit
fc82729de8
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ Composite wrapper around the Aikido full-release Docker scan. Automatically reso
|
|||
## Usage
|
||||
|
||||
```yaml
|
||||
- uses: schmalz/shared-actions/.forgejo/actions/aikido-full-scan@v1
|
||||
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-full-scan@aikido-full-scan-v1
|
||||
with:
|
||||
apikey: ${{ secrets.AIKIDO_API_KEY }}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Composite wrapper around the Aikido PR Docker scan. Automatically resolves repos
|
|||
## Usage
|
||||
|
||||
```yaml
|
||||
- uses: schmalz/shared-actions/.forgejo/actions/aikido-pr-scan@v1
|
||||
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/aikido-pr-scan@aikido-pr-scan-v1
|
||||
with:
|
||||
apikey: ${{ secrets.AIKIDO_API_KEY }}
|
||||
fail-on: high
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Composite wrapper around actions/checkout pinned to a specific commit SHA to pre
|
|||
## Usage
|
||||
|
||||
```yaml
|
||||
- uses: schmalz/shared-actions/.forgejo/actions/checkout@v1
|
||||
- uses: https://schmalz-git.git.onstackit.cloud/schmalz/shared-actions/checkout@checkout-v1
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue