Skip to content

fix: pin GitHub Actions to full SHA (CLOUDEVOPS-4942) #7

fix: pin GitHub Actions to full SHA (CLOUDEVOPS-4942)

fix: pin GitHub Actions to full SHA (CLOUDEVOPS-4942) #7

Workflow file for this run

name: SourceGuard Code Analysis
on: [push]
jobs:
code-analysis:
runs-on: ubuntu-latest
container:
image: sourceguard/sourceguard-cli
steps:
- name: Scan
uses: CheckPointSW/sourceguard-action@ddeadaa391a6defb21ef4228b91956b062c27862 # main
with:
SG_CLIENT_ID: ${{ secrets.SG_CLIENT_ID }}
SG_SECRET_KEY: ${{ secrets.SG_SECRET_KEY }}