Skip to content
View Devante7's full-sized avatar
  • Joined Apr 11, 2024
Block or Report

Block or report Devante7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Devante7/README.md

Resource Server (RS) server that provides operations on protected resources, where operations require a valid access token issued by an AS.

Resource Owner (RO) subject entity that may grant or deny operations on resources it has authority upon.

  Note: the act of granting or denying an operation may be manual
  (i.e. through an interaction with a physical person) or automatic
  (i.e. through predefined organizational rules).

every sync

#!/usr/bin/env bash

git_root() { git rev-parse --show-toplevel 2> /dev/null }

git_head_version() { local recent_tag if recent_tag="$(git describe --exact-match HEAD 2> /dev/null)"; then echo "${recent_tag#v}" else git rev-parse --short=12 HEAD fi }:test run for unknown sources

Popular repositories

  1. communitynotes communitynotes Public

    Forked from twitter/communitynotes

    Documentation and source code powering Twitter's Community Notes

    Python 1

  2. scim scim Public

    Forked from microsoft/scim

    Supply Chain Integrity Model

    1

  3. actions-sync actions-sync Public

    Forked from actions/actions-sync

    This tool allows GHES administrators to sync Actions to their instances

    Go

  4. Devante7 Devante7 Public

    Config files for my GitHub profile.

  5. terrascan terrascan Public

    Forked from tenable/terrascan

    Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.

    Go

  6. gradle gradle Public

    Forked from gradle/gradle

    Adaptable, fast automation for all

    Groovy