Compare commits
3 Commits
0.1.10
...
chore-pin-
| Author | SHA1 | Date | |
|---|---|---|---|
|
4576e92464
|
|||
| ede91c8da1 | |||
| bf1fc84c5b |
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- action.yml
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@@ -20,4 +23,4 @@ jobs:
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@72551407e761ecdad9bfd421513a1f3b6f252234 # 0.1.2
|
||||
with:
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
|
||||
@@ -19,4 +19,4 @@ jobs:
|
||||
prerelease: true
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@72551407e761ecdad9bfd421513a1f3b6f252234 # 0.1.2
|
||||
with:
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
tag: ${{ steps.tag.outputs.new-tag }}
|
||||
|
||||
@@ -16,13 +16,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@1.3.1
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@1.3.1
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-trivy@d3dadf6c278b1e86c8f292844225e9c6de230c64 # 1.3.1
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/setup-db@d3dadf6c278b1e86c8f292844225e9c6de230c64 # 1.3.1
|
||||
- env:
|
||||
TRIVY_CACHE_DIR: ${{ runner.temp }}/trivy
|
||||
run: |
|
||||
trivy config --cache-dir "$TRIVY_CACHE_DIR" --exit-code 0 --format sarif --output sarif.json .
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/tas-actions/tas-upload-sarif@0.0.2
|
||||
- uses: https://gitea.t000-n.de/t.behrendt/tas-actions/tas-upload-sarif@cd7a5213f75c28565a24fff5ce7f8161869fb813 # 0.0.2
|
||||
with:
|
||||
tas-base-url: ${{ vars.TAS_BASE_URL }}
|
||||
sarif-file: sarif.json
|
||||
|
||||
Reference in New Issue
Block a user