Skip to content

fix(edge_configurations): correct ID resolution and detect file content changes (#115, #116) #12

fix(edge_configurations): correct ID resolution and detect file content changes (#115, #116)

fix(edge_configurations): correct ID resolution and detect file content changes (#115, #116) #12

Workflow file for this run

name: Security Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
security:
name: Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run security scans
run: make sec