feature/tt/initial-implementation #1

Merged
lerentis merged 14 commits from feature/tt/initial-implementation into main 2025-10-06 09:21:58 +00:00
3 changed files with 0 additions and 15 deletions
Showing only changes of commit 25d9c004b0 - Show all commits

View File

@@ -17,11 +17,6 @@ jobs:
go-version: '1.24.x' go-version: '1.24.x'
- name: Test with the Go CLI - name: Test with the Go CLI
run: go test ./... run: go test ./...
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
scan-ref: '.'
Build_Image: Build_Image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -14,11 +14,6 @@ jobs:
go-version: '1.24.x' go-version: '1.24.x'
- name: Test with the Go CLI - name: Test with the Go CLI
run: go test ./... run: go test ./...
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
scan-ref: '.'
Build_Image: Build_Image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -14,11 +14,6 @@ jobs:
go-version: '1.24.x' go-version: '1.24.x'
- name: Test with the Go CLI - name: Test with the Go CLI
run: go test ./... run: go test ./...
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
scan-ref: '.'
Build_Image: Build_Image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: