Skip to content

[Hmk/url encryption] Made changes to interceptor to extract and encrypt path and query params #16

[Hmk/url encryption] Made changes to interceptor to extract and encrypt path and query params

[Hmk/url encryption] Made changes to interceptor to extract and encrypt path and query params #16

Workflow file for this run

# This Action Runs the Testing Suite
on:
pull_request:
types: [opened, reopened]
branches:
- development
- main
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: "Run Unit Tests"
run: go test -v globe-and-citizen/layer8-interceptor/internals