Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d014203
Add nightly parallel integration tests workflow
cx-amol-mane Mar 6, 2026
1f4be7f
Merge branch 'main' into feat/nightly-parallel-integration-tests
cx-amol-mane Mar 6, 2026
932924a
Merge branch 'main' into feat/nightly-parallel-integration-tests
cx-amol-mane Mar 9, 2026
355a0c0
Add push trigger for feature/nightly-test branch in nightly parallel …
cx-amol-mane Mar 11, 2026
2b98c05
Merge branch 'feat/nightly-parallel-integration-tests' of https://git…
cx-amol-mane Mar 11, 2026
571c1f3
Add summary section to nightly parallel integration tests workflow
cx-amol-mane Mar 11, 2026
b015270
Update Trivy action version in Docker image scanning step
cx-amol-mane Mar 11, 2026
7ad6cb4
Update push trigger branch for nightly parallel integration tests wor…
cx-amol-mane Mar 11, 2026
e649cee
Merge branch 'main' into feat/nightly-parallel-integration-tests
cx-anurag-dalke Mar 12, 2026
81f4b44
Fix cron time comment in nightly parallel integration tests workflow
cx-amol-mane Mar 13, 2026
45407b1
Merge branch 'feat/nightly-parallel-integration-tests' of https://git…
cx-amol-mane Mar 13, 2026
4c417ab
Fix cron time comment in nightly parallel integration tests workflow
cx-amol-mane Mar 13, 2026
77f0e4e
Fix cron time comment in nightly parallel integration tests workflow
cx-amol-mane Mar 13, 2026
e8bdf01
Update Go version in nightly parallel integration tests workflow
cx-amol-mane Mar 13, 2026
a1049d9
Remove push trigger from nightly parallel integration tests workflow
cx-amol-mane Mar 17, 2026
1d64923
Merge branch 'main' into feat/nightly-parallel-integration-tests
cx-amol-mane Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Build Docker image
run: docker build -t ast-cli:${{ github.sha }} .
- name: Run Trivy scanner without downloading DBs
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 #v0.34.2
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 #v0.34.2
with:
scan-type: 'image'
image-ref: ast-cli:${{ github.sha }}
Expand Down
Loading
Loading