Skip to content

feat: add Portainer 2.39 LTS resources, fix edge configurations update, and modernize provider #6

feat: add Portainer 2.39 LTS resources, fix edge configurations update, and modernize provider

feat: add Portainer 2.39 LTS resources, fix edge configurations update, and modernize provider #6

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@v4
- 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