lsbom -f /Library/Apple/System/Library/Receipts/com.apple.pkg.RosettaUpdateAuto.bom
Or
ls /usr/libexec/rosetta
{ | |
"version": "2.1.0", | |
"$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json", | |
"runs": [ | |
{ | |
"tool": { | |
"driver": { | |
"name": "Brakeman", | |
"informationUri": "https://brakemanscanner.org", | |
"semanticVersion": "4.10.0", |
This 🚧 work-in-progress 🚧 playbook for developing and delivering webinar content, with a focus on delivering live demos...
So you want to commit changes generated by a GitHub Actions workflow back to your repo, and have that commit signed automatically?
Here's one way this is possible, using the REST API, the auto-generated GITHUB_TOKEN
, and the GitHub CLI, gh
, which is pre-installed on GitHub's hosted Actions runners.
You don't have to configure the git
client, just add a step like the one below... Be sure to edit FILE_TO_COMMIT
and DESTINATION_BRANCH
to suit your needs.
{ | |
resource(url: "https://github.com/microsoft/vscode/issues/10121") { | |
... on Issue { | |
url | |
title | |
timelineItems(first: 50, itemTypes: [CROSS_REFERENCED_EVENT]) { | |
edges { | |
node { | |
... on CrossReferencedEvent { | |
source { |
#!/bin/bash | |
# enable job control | |
set -m | |
port="${1:-8000}"; | |
# start server, in background | |
python -m http.server $port & |
{ | |
AKDeviceUnlockState = 0; | |
AKLastCheckInAttemptDate = "2020-04-03 14:54:49 +0000"; | |
AKLastCheckInSuccessDate = "2020-04-03 14:54:51 +0000"; | |
AKLastEmailListRequestDateKey = "2020-03-03 16:56:46 +0000"; | |
AKLastIDMSEnvironment = 0; | |
"Apparent Doxie Go" = 1; | |
"Apple Inc. Apple Mobile Device (Recovery Mode)" = 1; | |
"Apple Inc. Apple TV Remote" = 1; | |
"Apple Inc. Magic Trackpad 2" = 1; |
{ | |
"event": "pull_request", | |
"payload": { | |
"action": "synchronize", | |
"number": 1, | |
"pull_request": { | |
"url": "https://api.github.com/repos/swinton/Spoon-Knife/pulls/1", | |
"id": 380337778, | |
"node_id": "MDExOlB1bGxSZXF1ZXN0MzgwMzM3Nzc4", | |
"html_url": "https://github.com/swinton/Spoon-Knife/pull/1", |