Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions .github/workflows/build-ngwaf-compute-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build ngwaf-compute-integration
on: push
permissions:
contents: read

jobs:
build-ngwaf-compute-integration:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This is a basic workflow to help you get started with Actions

name: CI

permissions:
contents: read
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ngwaf-envoy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Envoy NGWAF Deployment
permissions:
contents: read

on:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ngwaf-k8s-module-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: k8s module-agent NGWAF Deployment
permissions:
contents: read

on:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ngwaf-proxy-rate-limit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Rate Limiting Demo
permissions:
contents: read

on:
workflow_dispatch:
Expand Down
Loading