norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.4K
active users

#github

84 posts79 participants6 posts today
Replied in thread

@danie10

"Only approved organisations can verify, and I'd expect that to be for their official accounts or employees, not everyone."

"..not everyone"

Which has been a major part of the discussion on #Github

Personally I could not care less about Bluesky

It's just always interesting to see the opening salvos (and yours has not been the only one I've seen) of the next Big PR Blitz(tm)

New Open-Source Tool Spotlight 🚨🚨🚨

The ThreatHunter-Playbook on GitHub is a robust resource for threat detection. It integrates MITRE ATT&CK with Jupyter notebooks to share detection techniques and enable testing on pre-recorded datasets. Perfect for security researchers streamlining hunting workflows. #ThreatHunting #CyberSecurity

🔗 Project link on #GitHub 👉 github.com/OTRF/ThreatHunter-P

#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity

✨
🔐 P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking 💻🏴‍☠️

How about installing VS Code on a #GitHub Windows runner? This allows you to do this unattended.

runs-on: windows-latest
steps:
- uses: gbraad-actions/install-vscode-action@main
- name: Run VS Code serve-web
run: |
code serve-web --host 0.0.0.0 --without-connection-token

Handy with #Tailscale when you want to debug the build on a runner. Pr even to quickly enable RDP and log in.

github.com/gbraad-actions/inst

Install VS Code on Windows. Contribute to gbraad-actions/install-vscode-action development by creating an account on GitHub.
GitHubGitHub - gbraad-actions/install-vscode-action: Install VS Code on WindowsInstall VS Code on Windows. Contribute to gbraad-actions/install-vscode-action development by creating an account on GitHub.

Want to run @Podman_io on Windows #GitHub runners?

All you need to do is:

runs-on: windows-latest
steps:
- uses: gbraad-actions/install-podman-action@main
- name: Initialize Podman machine
run: |
podman machine init
podman machine start
podman run hello-world

github.com/gbraad-actions/inst

Install podman on the runner. Contribute to gbraad-actions/install-podman-action development by creating an account on GitHub.
GitHubGitHub - gbraad-actions/install-podman-action: Install podman on the runnerInstall podman on the runner. Contribute to gbraad-actions/install-podman-action development by creating an account on GitHub.

#GitHub mini tip:

Use the GitHub CLI command `gh issue develop -c` to create and checkout a local branch linked to the given issue. No need to name the branch, and when you later run `gh pr create`, the pull request will be linked to the issue automatically.

Hab jetzt ne gute halbe Stunde recherchiert ob jemand versucht mich über #GitHub zu scammen o.ä. ... 🧐

Scheint nicht so.

Ey! Ich habe bloß, als scheinbar erster, nen Fork vom, scheinbar ersten, Repository zur Erhaltung der #CVE Datenbank, geforked.

Und jetzt soll ich da team-member werden?
Seid ihr denn alle total irre? Ich bin doch eigentlich der mit dem "Klatsch"... 🙈

Einerseits völlig OK - Ja, ich bin Vertrauenswürdig und würde so ne Position nie missbrauchen.
1/2

i've just released zizmor v1.6.0!

this release comes with a lot of bugfixes that have accumulated over the last month, plus some big new features:

1. there's a new audit, `forbidden-uses`, which allows users to configure allow/deny policies for third-party actions!
2. the `unpinned-uses` audit has been completely rewritten, and now also supports configuration (e.g. to give your own first-party actions a weaker pinning policy than "must be hashed")
3. there's a new `--format=github` mode, which emits GitHub annotations. these come with quite a few limitations, but may be useful to users who can't use `--format=sarif`!

plus much more; read the full notes here:

woodruffw.github.io/zizmor/rel

woodruffw.github.ioRelease Notes - zizmorAbbreviated change notes about each zizmor release.