Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
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/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
- uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
languages: java

- name: Build Keycloak
uses: ./.github/actions/build-keycloak

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
wait-for-processing: true
env:
Expand All @@ -75,15 +75,15 @@ jobs:
- uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database":{"finalize":["--no-run-unnecessary-builds"]}}'
with:
languages: javascript
source-root: themes/src/main/

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
wait-for-processing: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload Quarkus scanner results to GitHub
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
sarif_file: quarkus-report.sarif
category: snyk-quarkus-report
Expand All @@ -41,7 +41,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Upload Operator scanner results to GitHub
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
sarif_file: operator-report.sarif
category: snyk-operator-report
2 changes: 1 addition & 1 deletion .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
timeout: 15m

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].0
uses: github/codeql-action/[email protected].1
with:
sarif_file: trivy-results.sarif