Skip to content
Open
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions .github/workflows/build-test-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
build-and-test-java-app:
name: Build & Test Java App
uses: DNAstack/dnastack-development-tools/.github/workflows/build-test-java-app.yml@945ddc20e0baa715095f63b282d81da7df57dd0b
uses: DNAstack/dnastack-development-tools/.github/workflows/build-test-java-app.yml@87fe32c51a9d3f4ebc8596f98ff4eecf0d974b5f
with:
java-version: 21
secrets:
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }}

sast:
name: SAST (SonarQube)
uses: DNAstack/dnastack-development-tools/.github/workflows/sast.yml@945ddc20e0baa715095f63b282d81da7df57dd0b
uses: DNAstack/dnastack-development-tools/.github/workflows/sast.yml@87fe32c51a9d3f4ebc8596f98ff4eecf0d974b5f
with:
with-frontend: false
java-version: 21
Expand All @@ -29,14 +29,14 @@ jobs:

sca:
name: SCA (Trivy)
uses: DNAstack/dnastack-development-tools/.github/workflows/sca.yml@945ddc20e0baa715095f63b282d81da7df57dd0b
uses: DNAstack/dnastack-development-tools/.github/workflows/sca.yml@87fe32c51a9d3f4ebc8596f98ff4eecf0d974b5f
with:
java-version: 21
secrets:
pat-with-read-packages-permission: ${{ secrets.AUTH_TOKEN }}

secrets-detection:
name: Secrets Detection (Gitleaks)
uses: DNAstack/dnastack-development-tools/.github/workflows/secrets-detection.yml@945ddc20e0baa715095f63b282d81da7df57dd0b
uses: DNAstack/dnastack-development-tools/.github/workflows/secrets-detection.yml@87fe32c51a9d3f4ebc8596f98ff4eecf0d974b5f
secrets:
gitleaks-license: ${{ secrets.GITLEAKS_LICENSE }}