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=AaChmBr6pPWJR_SCL-CI&open=AaChmBr6pPWJR_SCL-CI&pullRequest=443
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS_JSON }}

Expand Down Expand Up @@ -80,12 +80,12 @@
--build-arg GITHUB_REF="$GITHUB_REF" \
.
- name: Set up Snyk CLI to check for security issues
uses: snyk/actions/setup@1d672a455ab3339ef0a0021e1ec809165ee12fad
uses: snyk/actions/setup@12140f4059e244892ae643824a95459a102120dd
env:
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=AaChmBr6pPWJR_SCL-CH&open=AaChmBr6pPWJR_SCL-CH&pullRequest=443

- name: Run Snyk to check Docker image for vulnerabilities
continue-on-error: true
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=AaChmBr6pPWJR_SCL-CJ&open=AaChmBr6pPWJR_SCL-CJ&pullRequest=443
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GAR_LOCATION }}
Expand Down
Loading