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
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'

Check failure on line 50 in .github/workflows/google.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=dnprogramming_ai-assistant&issues=AZ8-P77ju724IOtYABZ3&open=AZ8-P77ju724IOtYABZ3&pullRequest=428
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS_JSON }}

Expand Down Expand Up @@ -85,11 +85,11 @@
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

- name: Authenticate to Snyk
run: snyk auth ${{ secrets.SNYK_TOKEN }}

Check warning on line 88 in .github/workflows/google.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Avoid expanding secrets in a run block.

See more on https://sonarcloud.io/project/issues?id=dnprogramming_ai-assistant&issues=AZ8-P77ju724IOtYABZ2&open=AZ8-P77ju724IOtYABZ2&pullRequest=428

- name: Run Snyk to check Docker image for vulnerabilities
continue-on-error: true
uses: snyk/actions/docker@1d672a455ab3339ef0a0021e1ec809165ee12fad
uses: snyk/actions/docker@8e119fbb6c251787721d34ba683ed48eba792766
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down Expand Up @@ -122,7 +122,7 @@
echo "DIGEST=$digest" >> $GITHUB_ENV

- name: Set up GKE credentials
uses: google-github-actions/get-gke-credentials@v2

Check failure on line 125 in .github/workflows/google.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=dnprogramming_ai-assistant&issues=AZ8-P77ju724IOtYABZ4&open=AZ8-P77ju724IOtYABZ4&pullRequest=428
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GAR_LOCATION }}
Expand Down
Loading