Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: volatiletech/sqlboiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: useinsider/sqlboiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 9 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 24, 2024

  1. Copy the full SHA
    bf514c4 View commit details
  2. Copy the full SHA
    ec72801 View commit details
  3. Copy the full SHA
    f9f3a2b View commit details

Commits on Aug 6, 2024

  1. Copy the full SHA
    e3b7bc1 View commit details
  2. Copy the full SHA
    6b18187 View commit details

Commits on Sep 13, 2024

  1. new workflow added

    insider-automation committed Sep 13, 2024
    Copy the full SHA
    cba5766 View commit details

Commits on Nov 19, 2024

  1. Copy the full SHA
    88197e1 View commit details
  2. Copy the full SHA
    8abefca View commit details

Commits on Nov 25, 2024

  1. new workflow added

    insider-automation committed Nov 25, 2024
    Copy the full SHA
    dd90313 View commit details
Showing with 30 additions and 0 deletions.
  1. +23 −0 .github/workflows/security_allinone.yml
  2. +7 −0 SECURITY.MD
23 changes: 23 additions & 0 deletions .github/workflows/security_allinone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Security AllInOne
on:
push:
branches:
- feature/*
pull_request:
types:
- opened
- closed
- ready_for_review
jobs:
build:
runs-on:
group: default
labels: self-hosted
steps:
- name: Trigger to Insider Security
run: |
curl -X POST -H "Content-Type: application/json" \
-d '{"type": "security-allinone", "version": "v1", "repository": "${{ github.event.repository.name }}", "ref": "${{ github.head_ref || github.ref_name }}", "event_name": "${{ github.event_name }}", "event_action": "${{ github.event.action }}", "default_branch": "${{ github.event.repository.default_branch }}"}' \
$INSECPROXY_HOOK
env:
INSECPROXY_HOOK: ${{ secrets.INSECPROXY_HOOK }}
7 changes: 7 additions & 0 deletions SECURITY.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Security Policy

## Reporting a Vulnerability

To securely report a vulnerability, please [Contact us!](mailto:security@useinsider.com?subject=[GitHub]_Vulnerability!).

<!-- E26CADE3-DF7C-4FF8-A30A-4DD2F28E06BF -->